opnsense-src/sys/netinet/tcp_stacks
Michael Tuexen 3cf38784e2 Move all ECN related flags from the flags to the flags2 field.
This allows adding more ECN related flags in the future.
No functional change intended.

Submitted by:		Richard Scheffenegger
Reviewed by:		rrs@, tuexen@
Differential Revision:	https://reviews.freebsd.org/D22497
2019-12-01 21:01:33 +00:00
..
bbr.c Now that all of the tcp_input() and all its branches are executed 2019-11-07 21:23:07 +00:00
rack.c Move all ECN related flags from the flags to the flags2 field. 2019-12-01 21:01:33 +00:00
rack_bbr_common.c Now that all of the tcp_input() and all its branches are executed 2019-11-07 21:23:07 +00:00
rack_bbr_common.h This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. This 2019-09-24 18:18:11 +00:00
sack_filter.c This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. This 2019-09-24 18:18:11 +00:00
sack_filter.h This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. This 2019-09-24 18:18:11 +00:00
tcp_bbr.h This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. This 2019-09-24 18:18:11 +00:00
tcp_rack.h Make the IPTOS value available to all substate handlers. This will allow 2019-12-01 18:47:53 +00:00