Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c80d4dd

Browse files
committed
The parameter to the listen() method is not optional, but was marked as
optional in the documentation. This closes SF bug #427985.
1 parent b2625eb commit c80d4dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libasyncore.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ \section{\module{asyncore} ---
136136
Read at most \var{buffer_size} bytes from the socket.
137137
\end{methoddesc}
138138

139-
\begin{methoddesc}{listen}{\optional{backlog}}
139+
\begin{methoddesc}{listen}{backlog}
140140
Listen for connections made to the socket. The \var{backlog}
141141
argument specifies the maximum number of queued connections
142142
and should be at least 1; the maximum value is

0 commit comments

Comments
 (0)