/// Explicit congestion notification codepoint carried in the IP header.
///
/// These values correspond to the two-bit ECN field defined by RFC 3168. They occupy the low two
/// bits of the IPv4 DS field or IPv6 Traffic Class field. To indicate non-ECT codepoint, use `None`
/// for `Option<EcnCodepoint>`.