Module options

Module options 

Source
Expand description

Parsing and serialization of TCP options.

Structs§

TcpOptionsBuilder
A type capable of serializing TCP Options.
TcpOptionsRef
TCP Options that borrow from a backing buffer.
TcpSackBlock
A TCP selective ACK block.
TimestampOption
The TCP Timestamp Option, as defined in RFC 7323, section 3.

Constants§

ALIGNED_TIMESTAMP_OPTION_LENGTH
Per RFC 7323 Section 3.2, the TCP Timestamp option has a length of 10 bytes: +—––+—––+———————+———————+ |Kind=8 | 10 | TS Value (TSval) |TS Echo Reply (TSecr)| +—––+—––+———————+———————+ 1 1 4 4

Traits§

TcpOptions
An implementation of TCP Options, as defined of RFC 9293 section 3.1