Home
last modified time | relevance | path

Searched refs:reuse_port (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dbase_events.py1146 reuse_address=None, reuse_port=None, argument
1155 reuse_address or reuse_port or allow_broadcast):
1159 reuse_address=reuse_address, reuse_port=reuse_port,
1222 if reuse_port:
1298 reuse_port=None, argument
1362 if reuse_port:
Devents.py315 ssl=None, reuse_address=None, reuse_port=None, argument
425 reuse_address=None, reuse_port=None, argument
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py1512 MyProto, '0.0.0.0', 0, reuse_port=True)
1523 MyProto, '0.0.0.0', 0, reuse_port=True)
1677 MyDatagramProto, reuse_port=True, sock=FakeSock())
1723 reuse_port=reuseport_supported,
1752 reuse_port=True)
1771 reuse_port=reuseport_supported)
Dtest_events.py955 lambda: proto, '0.0.0.0', 0, reuse_port=True)
/external/python/cpython3/Doc/library/
Dasyncio-eventloop.rst429 reuse_address=None, reuse_port=None, \
465 * *reuse_port* tells the kernel to allow this endpoint to be bound to the
485 The *family*, *proto*, *flags*, *reuse_address*, *reuse_port,
526 reuse_address=None, reuse_port=None, \
573 * *reuse_port* tells the kernel to allow this endpoint to be bound to the
Dasyncio-stream.rst76 reuse_port=None, ssl_handshake_timeout=None, \