Type Alias Protocol
pub type Protocol = u16;
Expand description
A network-layer protocol (above link-layer).
Values are defined by https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml.
pub type Protocol = u16;
A network-layer protocol (above link-layer).
Values are defined by https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml.