blob: 31c0a3e8f5bc2c56226882b3a21613849069c49b [file] [log] [blame]
Patrick McHardy98e17692011-12-28 14:27:47 +01001This 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
2.TP
3[\fB!\fP] \fB\-\-ecn\-tcp\-cwr\fP
4This matches if the TCP ECN CWR (Congestion Window Received) bit is set.
5.TP
6[\fB!\fP] \fB\-\-ecn\-tcp\-ece\fP
7This matches if the TCP ECN ECE (ECN Echo) bit is set.
8.TP
9[\fB!\fP] \fB\-\-ecn\-ip\-ect\fP \fInum\fP
10This matches a particular IPv4/IPv6 ECT (ECN-Capable Transport). You have to specify
11a number between `0' and `3'.