mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Doc typo (#17667)
This commit is contained in:
parent
791073fbe8
commit
b0d4949f1f
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ Opening network connections
|
|||
UDP. Explicitly passing ``reuse_address=True`` will raise an exception.
|
||||
|
||||
When multiple processes with differing UIDs assign sockets to an
|
||||
indentical UDP socket address with ``SO_REUSEADDR``, incoming packets can
|
||||
identical UDP socket address with ``SO_REUSEADDR``, incoming packets can
|
||||
become randomly distributed among the sockets.
|
||||
|
||||
For supported platforms, *reuse_port* can be used as a replacement for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue