From: Andrew M. Kuchling Date: Fri, 27 Oct 2006 13:07:10 +0000 (+0000) Subject: [Bug #1562583] Mention the set_reuse_addr() method X-Git-Tag: v2.4.5c1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e85bd446ad8d6cd052d2fe5bd787925b904fc0;p=thirdparty%2FPython%2Fcpython.git [Bug #1562583] Mention the set_reuse_addr() method --- diff --git a/Doc/lib/libasyncore.tex b/Doc/lib/libasyncore.tex index ee50d1889dd5..131b54989029 100644 --- a/Doc/lib/libasyncore.tex +++ b/Doc/lib/libasyncore.tex @@ -199,9 +199,11 @@ Most of these are nearly identical to their socket partners. \end{methoddesc} \begin{methoddesc}{bind}{address} - Bind the socket to \var{address}. The socket must not already - be bound. (The format of \var{address} depends on the address - family --- see above.) + Bind the socket to \var{address}. The socket must not already be + bound. (The format of \var{address} depends on the address family + --- 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} \begin{methoddesc}{accept}{}