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

@ -96,6 +96,14 @@ Return \code{''} if no cooked data available otherwise. This method
never blocks.
\end{methoddesc}
\begin{methoddesc}{read_sb_data}{}
Return the data collected between a SB/SE pair (suboption begin/end).
The callback should access these data when it was invoked with a
\code{SE} command. This method never blocks.
\versionadded{2.3}
\end{methoddesc}
\begin{methoddesc}{open}{host\optional{, port}}
Connect to a host.
The optional second argument is the port number, which