Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etherparse/src/net/ipv4_ecn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impl Ipv4Ecn {
pub const TWO: Ipv4Ecn = Ipv4Ecn(2);

/// Ipv4Ecn with value 0.
pub const TRHEE: Ipv4Ecn = Ipv4Ecn(3);
pub const THREE: Ipv4Ecn = Ipv4Ecn(3);

/// Maximum value of an IPv4 header ECN.
pub const MAX_U8: u8 = 0b0000_0011;
Expand Down
Loading