opnsense-src/sys/netinet/tcp_stacks
Dimitry Andric 57cdd13d07 Suppress unused variable warning in tcp_stacks's rack.c
With clang 15, the following -Werror warning is produced:

    sys/netinet/tcp_stacks/rack.c:17405:12: error: variable 'outstanding' set but not used [-Werror,-Wunused-but-set-variable]
                    uint32_t outstanding;
                             ^

The 'outstanding' variable was used later in the rack_output() function,
but refactoring in 35c7bb3407 removed the usage. To avoid too much
code churn, mark the variable unused to supress the warning.

MFC after:	3 days
2022-08-14 21:27:35 +02:00
..
bbr.c Fix unused variable warning in tcp_stacks's bbr.c 2022-08-14 21:27:34 +02:00
rack.c Suppress unused variable warning in tcp_stacks's rack.c 2022-08-14 21:27:35 +02:00
rack_bbr_common.c tcp/rack: plug a set-but-not-used var 2022-04-19 09:33:35 +00:00
rack_bbr_common.h tcp: Rack ack war with a mis-behaving firewall or nat with resets. 2021-11-17 09:45:51 -05:00
sack_filter.c Remove all trailing white space from the BBR/Rack fold. Bits 2020-02-12 12:40:06 +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 tcp: remove delayed drop KPI 2021-12-26 08:48:24 -08:00
tcp_rack.h rack: Fix a typo in a source code comment 2022-06-04 13:27:29 +02:00