Blame extensions/libxt_ecn.man

Packit 7b22a4
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 7b22a4
.TP
Packit 7b22a4
[\fB!\fP] \fB\-\-ecn\-tcp\-cwr\fP
Packit 7b22a4
This matches if the TCP ECN CWR (Congestion Window Received) bit is set.
Packit 7b22a4
.TP
Packit 7b22a4
[\fB!\fP] \fB\-\-ecn\-tcp\-ece\fP
Packit 7b22a4
This matches if the TCP ECN ECE (ECN Echo) bit is set.
Packit 7b22a4
.TP
Packit 7b22a4
[\fB!\fP] \fB\-\-ecn\-ip\-ect\fP \fInum\fP
Packit 7b22a4
This matches a particular IPv4/IPv6 ECT (ECN-Capable Transport). You have to specify
Packit 7b22a4
a number between `0' and `3'.