diff options
| author | Andrew M. Kuchling <amk@amk.ca> | 2006-10-27 13:07:10 (GMT) |
|---|---|---|
| committer | Andrew M. Kuchling <amk@amk.ca> | 2006-10-27 13:07:10 (GMT) |
| commit | a9e85bd446ad8d6cd052d2fe5bd787925b904fc0 (patch) | |
| tree | a087f920a6954004e306dfdde849bfddecb60889 /Doc/lib | |
| parent | e250562182290e57127c9c3270391be420bd9720 (diff) | |
| download | cpython-a9e85bd446ad8d6cd052d2fe5bd787925b904fc0.zip cpython-a9e85bd446ad8d6cd052d2fe5bd787925b904fc0.tar.gz cpython-a9e85bd446ad8d6cd052d2fe5bd787925b904fc0.tar.bz2 | |
[Bug #1562583] Mention the set_reuse_addr() method
Diffstat (limited to 'Doc/lib')
| -rw-r--r-- | Doc/lib/libasyncore.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/lib/libasyncore.tex b/Doc/lib/libasyncore.tex index ee50d18..131b549 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}{} |
