Module etherparse::tcp_option
source · [−]Expand description
Module containing the constants for tcp options (id number & sizes).
Constants
u8 identifying the “end of options list” in the tcp option.
u8 identifying a “maximum segment size” tcp option.
u8 identifying a “no operation” tcp option.
u8 identifying a “selective acknowledgement” tcp option.
u8 identifying a “selective acknowledgement permitted” tcp option.
u8 identifying a “timestamp and echo of previous timestamp” tcp option.
u8 identifying a “window scaling” tcp option.
Length in octets/bytes of the “end” tcp option (includes kind value).
Length in octets/bytes of the “maximum segment size” tcp option (includes kind value).
Length in octets/bytes of the “no operation” tcp option (includes kind value).
Length in octets/bytes of the “selective acknowledgement permitted” tcp option (includes kind value).
Length in octets/bytes of the “timestamp and echo of previous timestamp” tcp option (includes kind value).
Length in octets/bytes of the “window scaling” tcp option (includes kind value).