mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.
This commit is contained in:
parent
d61e3eab44
commit
a43c2f845e
7 changed files with 160 additions and 49 deletions
|
@ -5,7 +5,7 @@ This module tries to capture the various aspects of defining a server:
|
|||
For socket-based servers:
|
||||
|
||||
- address family:
|
||||
- AF_INET: IP (Internet Protocol) sockets (default)
|
||||
- AF_INET{,6}: IP (Internet Protocol) sockets (default)
|
||||
- AF_UNIX: Unix domain sockets
|
||||
- others, e.g. AF_DECNET are conceivable (see <socket.h>
|
||||
- socket type:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue