summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-10-27 13:06:41 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-10-27 13:06:41 (GMT)
commit935add1d302e452ea4ae48484bbde16fe2af1412 (patch)
tree6b82228bb9ad78d32e8dc60ad6bc9826384c3a5d /Doc
parent35094a6962f7353cf13ab748dfb4685b769cfce1 (diff)
downloadcpython-935add1d302e452ea4ae48484bbde16fe2af1412.zip
cpython-935add1d302e452ea4ae48484bbde16fe2af1412.tar.gz
cpython-935add1d302e452ea4ae48484bbde16fe2af1412.tar.bz2
[Bug #1562583] Mention the set_reuse_addr() method
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libasyncore.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/lib/libasyncore.tex b/Doc/lib/libasyncore.tex
index 4425da7..2067839 100644
--- a/Doc/lib/libasyncore.tex
+++ b/Doc/lib/libasyncore.tex
@@ -198,9 +198,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}{}