opnsense-src/sys/netinet/tcp_stacks
Gleb Smirnoff d40c0d47cd Now that all of the tcp_input() and all its branches are executed
in the network epoch, we can greatly simplify synchronization.
Remove all unneccesary epoch enters hidden under INP_INFO_RLOCK macro.
Remove some unneccesary assertions and convert necessary ones into the
NET_EPOCH_ASSERT macro.
2019-11-07 21:23:07 +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 Now that all of the tcp_input() and all its branches are executed 2019-11-07 21:23:07 +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 This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. This 2019-09-24 18:18:11 +00:00