Expand description
Parsing and serialization of TCP options.
Structs§
- TcpOptions
Builder - A type capable of serializing TCP Options.
- TcpOptions
Ref - TCP Options that borrow from a backing buffer.
- TcpSack
Block - A TCP selective ACK block.
- Timestamp
Option - 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