freebsd-dev/sys/netinet/tcp_stacks
Michael Tuexen e4a5561e01 Fix compilation on platforms using gcc.
When compiling RACK on platforms using gcc, a warning that tcp_outflags
is defined but not used is issued and terminates compilation on PPC64,
for example. So don't indicate that tcp_outflags is used.

Reviewed by:		rrs@
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D20971
2019-07-16 17:54:20 +00:00
..
rack_bbr_common.c Fix compilation on platforms using gcc. 2019-07-16 17:54:20 +00:00
rack_bbr_common.h This commit updates rack to what is basically being used at NF as 2019-07-10 20:40:39 +00:00
rack.c This is the second in a number of patches needed to 2019-07-14 16:05:47 +00:00
sack_filter.c Regularize the Netflix copyright 2019-02-04 21:28:25 +00:00
sack_filter.h Regularize the Netflix copyright 2019-02-04 21:28:25 +00:00
tcp_rack.h Add the ability to limit how much the code will fragment the RACK send map 2019-06-19 13:55:00 +00:00