Module socket

Source
Expand description

Module for sockets

Structs§

AsyncSocket
Async socket. Provides cross-platform async adapter for system’s socket.
DataLinkSocket
Cross-platform raw socket. Enables to send and receive packets with custom headers.
ListenerSocket
Receive all IPv4 or IPv6 packets passing through a network interface
Socket
Socket. Provides cross-platform adapter for system’s socket.
SocketOption
Socket option

Enums§

IpVersion
IP version. IPv4 or IPv6
SocketType
Socket type