Module ppp_packet::records::options

source ·
Expand description

Header options for IPv4 and TCP, and NDP.

This module provides a parser for the options formats used by IPv4, TCP, and NDP. These formats are not identical, but share enough in common that they can be implemented using the same utility with a bit of customization.

Structs§

  • Create a bridge to RecordsImplLayout and RecordsImpl traits from an O that implements OptionsImpl. This is required so we can have a single implementation of parse_with_context and definition of Context that all implementers of OptionsImpl will get for free.

Enums§

Traits§

Type Aliases§