Constant pnet::packet::tcp::TcpFlags::ECE

source ·
pub const ECE: u8 = 0b01000000; // 64u8
Expand description

ECE – ECN-Echo has a dual role, depending on the value of the SYN flag. It indicates: If the SYN flag is set (1), that the TCP peer is ECN capable. If the SYN flag is clear (0), that a packet with Congestion Experienced flag set (ECN=11) in IP header received during normal transmission (added to header by RFC 3168).