mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Changing allow_reuse_address's default value, and documenting it.
This commit is contained in:
parent
a63bd1c65b
commit
dd802208a7
2 changed files with 6 additions and 1 deletions
|
@ -157,7 +157,7 @@ class TCPServer:
|
|||
|
||||
request_queue_size = 5
|
||||
|
||||
allow_reuse_address = 0
|
||||
allow_reuse_address = 1
|
||||
|
||||
def __init__(self, server_address, RequestHandlerClass):
|
||||
"""Constructor. May be extended, do not override."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue