File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,13 +114,6 @@ \subsection{Socket Object Methods}
114114to the socket on the other end of the connection.
115115\end {funcdesc }
116116
117- \begin {funcdesc }{avail}{}
118- Return true (nonzero) if at least one byte of data can be received
119- from the socket without blocking, false (zero) if not. There is no
120- indication of how many bytes are available. (\strong {This function is
121- obsolete --- see module \code {select} for a more general solution.})
122- \end {funcdesc }
123-
124117\begin {funcdesc }{bind}{address}
125118Bind the socket to an address. The socket must not already be bound.
126119\end {funcdesc }
Original file line number Diff line number Diff line change @@ -114,13 +114,6 @@ \subsection{Socket Object Methods}
114114to the socket on the other end of the connection.
115115\end {funcdesc }
116116
117- \begin {funcdesc }{avail}{}
118- Return true (nonzero) if at least one byte of data can be received
119- from the socket without blocking, false (zero) if not. There is no
120- indication of how many bytes are available. (\strong {This function is
121- obsolete --- see module \code {select} for a more general solution.})
122- \end {funcdesc }
123-
124117\begin {funcdesc }{bind}{address}
125118Bind the socket to an address. The socket must not already be bound.
126119\end {funcdesc }
You can’t perform that action at this time.
0 commit comments