HomeSort by relevance Sort by last modified time
    Searched refs:reuse_port (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/asyncio/
base_events.py 78 raise ValueError('reuse_port not supported by socket module')
83 raise ValueError('reuse_port not supported by socket module, '
839 reuse_address=None, reuse_port=None,
848 reuse_address or reuse_port or allow_broadcast):
852 reuse_address=reuse_address, reuse_port=reuse_port,
    [all...]
events.py 310 reuse_port=None):
341 reuse_port tells the kernel to allow this endpoint to be bound to
377 reuse_address=None, reuse_port=None,
394 reuse_port tells the kernel to allow this endpoint to be bound to
  /external/python/cpython3/Lib/test/test_asyncio/
test_base_events.py     [all...]
test_events.py     [all...]

Completed in 192 milliseconds