mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
bpo-31245: Asyncio unix socket datagram (#3164)
This commit is contained in:
parent
a2314283ff
commit
fe4ea9cf1e
5 changed files with 24 additions and 5 deletions
|
@ -378,8 +378,8 @@ class AbstractEventLoop:
|
|||
|
||||
protocol_factory must be a callable returning a protocol instance.
|
||||
|
||||
socket family AF_INET or socket.AF_INET6 depending on host (or
|
||||
family if specified), socket type SOCK_DGRAM.
|
||||
socket family AF_INET, socket.AF_INET6 or socket.AF_UNIX depending on
|
||||
host (or family if specified), socket type SOCK_DGRAM.
|
||||
|
||||
reuse_address tells the kernel to reuse a local socket in
|
||||
TIME_WAIT state, without waiting for its natural timeout to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue