Constant libpacket::tcp::TcpFlags::ECE[][src]

pub const ECE: u9be = 0b001000000;
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).