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

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