Patch #630829: Don't block on IAC, process suboptions.

This commit is contained in:
Martin v. Löwis 2002-11-04 09:56:00 +00:00
parent a178cff979
commit 1da9c57c74
4 changed files with 93 additions and 32 deletions

View file

@ -1707,7 +1707,8 @@ Library
-------
- telnetlib includes symbolic names for the options, and support for
setting an option negotiation callback.
setting an option negotiation callback. It also supports processing
of suboptions.
- The new C standard no longer requires that math libraries set errno to
ERANGE on overflow. For platform libraries that exploit this new