tango.sys.win32.consts.socket

enum : int
enum
enum
enum
enum
Protocol
IPPROTO_IP
internet protocol version 4
IPPROTO_IPV4
internet protocol version 4
IPPROTO_IPV6
internet protocol version 6
IPPROTO_ICMP
internet control message protocol
IPPROTO_IGMP
internet group management protocol
IPPROTO_GGP
gateway to gateway protocol
IPPROTO_TCP
transmission control protocol
IPPROTO_PUP
PARC universal packet protocol
IPPROTO_UDP
user datagram protocol
IPPROTO_IDP
Xerox NS protocol
enum
Communication semantics
SOCK_STREAM
sequenced, reliable, two-way communication-based byte streams
SOCK_DGRAM
connectionless, unreliable datagrams with a fixed maximum length; data may be lost or arrive out of order
SOCK_RAW
raw protocol access
SOCK_RDM
reliably-delivered message datagrams
SOCK_SEQPACKET
sequenced, reliable, two-way connection-based datagrams with a fixed maximum length