Constant pnet::packet::tcp::TcpFlags::CWR

source ·
pub const CWR: u8 = 0b10000000; // 128u8
Expand description

CWR – Congestion Window Reduced (CWR) flag is set by the sending host to indicate that it received a TCP segment with the ECE flag set and had responded in congestion control mechanism (added to header by RFC 3168).