rustmax

Module socket2

Source
Expand description

Low-level network socket programming beyond std::net.

See crate ::socket2.

Structs§

  • Specification of the communication domain for a socket.
  • A version of IoSliceMut that allows the buffer to be uninitialised.
  • Configuration of a sendmsg(2) system call.
  • Configuration of a recvmsg(2) system call.
  • Protocol specification used for creating sockets via Socket::new.
  • Flags for incoming messages.
  • The address of a socket.
  • A reference to a Socket that can be used to configure socket types other than the Socket type itself.
  • Owned wrapper around a system socket.
  • Configures a socket’s TCP keepalive parameters.
  • Specification of communication semantics on a socket.

Enums§