mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 15:07:04 +08:00
Update to FreeBSD stable/12 2020-02-10
Git mirror commit 0d1c391321b34b3025cf0e72f2231d836ff76da8.
This commit is contained in:
@@ -203,10 +203,11 @@ extern int tcp_backoff[];
|
||||
extern int tcp_totbackoff;
|
||||
extern int tcp_rexmit_drop_options;
|
||||
|
||||
extern int tcp_always_keepalive;
|
||||
extern int tcp_finwait2_timeout;
|
||||
extern int tcp_fast_finwait2_recycle;
|
||||
|
||||
VNET_DECLARE(int, tcp_always_keepalive);
|
||||
#define V_tcp_always_keepalive VNET(tcp_always_keepalive)
|
||||
VNET_DECLARE(int, tcp_pmtud_blackhole_detect);
|
||||
#define V_tcp_pmtud_blackhole_detect VNET(tcp_pmtud_blackhole_detect)
|
||||
VNET_DECLARE(int, tcp_pmtud_blackhole_mss);
|
||||
|
Reference in New Issue
Block a user