@@ -49,7 +49,7 @@ and work with streams:
4949
5050
5151.. function :: open_connection(host=None, port=None, *, \
52- limit=None , ssl=None, family=0, proto=0, \
52+ limit=65536 , ssl=None, family=0, proto=0, \
5353 flags=0, sock=None, local_addr=None, \
5454 server_hostname=None, ssl_handshake_timeout=None, \
5555 ssl_shutdown_timeout=None, \
@@ -89,7 +89,7 @@ and work with streams:
8989
9090
9191.. function :: start_server(client_connected_cb, host=None, \
92- port=None, *, limit=None , \
92+ port=None, *, limit=65536 , \
9393 family=socket.AF_UNSPEC, \
9494 flags=socket.AI_PASSIVE, sock=None, \
9595 backlog=100, ssl=None, reuse_address=None, \
@@ -137,7 +137,7 @@ and work with streams:
137137
138138.. rubric :: Unix Sockets
139139
140- .. function :: open_unix_connection(path=None, *, limit=None , \
140+ .. function :: open_unix_connection(path=None, *, limit=65536 , \
141141 ssl=None, sock=None, server_hostname=None, \
142142 ssl_handshake_timeout=None, ssl_shutdown_timeout=None)
143143 :async:
@@ -169,7 +169,7 @@ and work with streams:
169169
170170
171171.. function :: start_unix_server(client_connected_cb, path=None, \
172- *, limit=None , sock=None, backlog=100, ssl=None, \
172+ *, limit=65536 , sock=None, backlog=100, ssl=None, \
173173 ssl_handshake_timeout=None, \
174174 ssl_shutdown_timeout=None, start_serving=True, \
175175 cleanup_socket=True, mode=None)
0 commit comments