Module netstack3_core::tcp

source ·
Expand description

Methods for dealing with TCP sockets.

Structs§

Enums§

Constants§

Traits§

  • Common super trait for both sending and receiving buffer.
  • A conversion trait that converts the object that Bindings give us into a pair of receive and send buffers.
  • A notifier used to tell Bindings about new pending connections for a single socket.
  • A TCP payload that operates around u32 instead of usize.
  • A TCP payload that only allows for getting the length of the payload.
  • A buffer supporting TCP receiving operations.
  • A buffer supporting TCP sending operations.
  • Bindings types for TCP.