Module cross_socket::socket

source ·
Expand description

Module for sockets

Structs

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

Enums