mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix a sneaky bug where we were missing an extern
to get the rxt threshold.. and thus created our own defaulted to 0 :-( Sponsored by: Netflix Inc
This commit is contained in:
parent
acaa855f6e
commit
ec64c84ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <security/mac/mac_framework.h>
|
||||
|
||||
const int tcprexmtthresh;
|
||||
extern const int tcprexmtthresh;
|
||||
|
||||
VNET_DECLARE(int, tcp_autorcvbuf_inc);
|
||||
#define V_tcp_autorcvbuf_inc VNET(tcp_autorcvbuf_inc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue