[Bug #1562583] Mention the set_reuse_addr() method

This commit is contained in:
Andrew M. Kuchling 2006-10-27 13:06:25 +00:00
parent 14b0cab5d5
commit 4bc64aaef7
1 changed files with 5 additions and 3 deletions

View File

@ -198,9 +198,11 @@ Most of these are nearly identical to their socket partners.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{bind}{address} \begin{methoddesc}{bind}{address}
Bind the socket to \var{address}. The socket must not already Bind the socket to \var{address}. The socket must not already be
be bound. (The format of \var{address} depends on the address bound. (The format of \var{address} depends on the address family
family --- see above.) --- see above.) To mark the socket as re-usable (setting the
\constant{SO_REUSEADDR} option), call the \class{dispatcher}
object's \method{set_reuse_addr()} method.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{accept}{} \begin{methoddesc}{accept}{}