Crate netgauze_bgp_pkt

source ·
Expand description

BGP PDU data representation

Modules§

Enums§

  • BGP message wire format as defined by RFC4271 Here we don’t keep the length and type in memory. The type is inferred by the enum value, while the length is computed a serialization time.