Blame extensions/libxt_ecn.man

Packit Service d1fe03
This allows you to match the ECN bits of the IPv4/IPv6 and TCP header.  ECN is the Explicit Congestion Notification mechanism as specified in RFC3168
Packit Service d1fe03
.TP
Packit Service d1fe03
[\fB!\fP] \fB\-\-ecn\-tcp\-cwr\fP
Packit Service d1fe03
This matches if the TCP ECN CWR (Congestion Window Received) bit is set.
Packit Service d1fe03
.TP
Packit Service d1fe03
[\fB!\fP] \fB\-\-ecn\-tcp\-ece\fP
Packit Service d1fe03
This matches if the TCP ECN ECE (ECN Echo) bit is set.
Packit Service d1fe03
.TP
Packit Service d1fe03
[\fB!\fP] \fB\-\-ecn\-ip\-ect\fP \fInum\fP
Packit Service d1fe03
This matches a particular IPv4/IPv6 ECT (ECN-Capable Transport). You have to specify
Packit Service d1fe03
a number between `0' and `3'.