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
@ -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 New Issue
Block a user