919f696ad2
This follows the CPython change: https://bugs.python.org/issue21455 Socket listen backlog defaults to 2 if not given, based on most bare metal targets not having many resources for a large backlog. On UNIX it defaults to SOMAXCONN or 128, whichever is less. |
||
---|---|---|
.. | ||
ssl_data.py | ||
ssl_data.py.exp | ||
tcp_accept_recv.py | ||
tcp_client_rst.py | ||
tcp_data.py | ||
uasyncio_tcp_client_rst.py | ||
uasyncio_tcp_client_rst.py.exp | ||
uasyncio_tcp_close_write.py | ||
uasyncio_tcp_close_write.py.exp | ||
uasyncio_tcp_readexactly.py | ||
uasyncio_tcp_readexactly.py.exp | ||
uasyncio_tcp_readinto.py | ||
uasyncio_tcp_readinto.py.exp | ||
uasyncio_tcp_server_client.py | ||
uasyncio_tcp_server_client.py.exp | ||
udp_data.py |