You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This implements several things that were missing before:
- Send initial DO and WILL for COM_PORT option.
- Handle a IAC IAC sequence as single in-band '\xff'.
- Reply WILL/DO for non-COM_PORT options with DONT/WONT.
- Stop interpreting escape sequences at their end.
- Add necessary bound checks.
This closes#5. It's still not optimal though. Missing bits include for
example:
- tracking of WILL/WONT/DO/DONT
- Only start with COM_PORT subnegotiation once the other side acked.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
0 commit comments