mirror of https://github.com/F-Stack/f-stack.git
Modify net.inet.tcp.functions_default from bbr to freebsd, because extra
stacks(bbr and rack) can't work normaly now.
This commit is contained in:
parent
8640edf1d9
commit
544273b7e7
|
@ -203,4 +203,4 @@ net.inet.ip.redirect=0
|
|||
net.inet.ip.forwarding=0
|
||||
|
||||
#set default stacks:freebsd, rack or bbr
|
||||
net.inet.tcp.functions_default=bbr
|
||||
net.inet.tcp.functions_default=freebsd
|
||||
|
|
|
@ -505,10 +505,14 @@ NETINET6_SRCS+= \
|
|||
#sctp6_usrreq.c
|
||||
#in6_rss.c
|
||||
|
||||
ifdef FF_TCPHPTS
|
||||
EXTRA_TCP_STACKS_SRCS+= \
|
||||
tcp_hpts.c
|
||||
endif
|
||||
|
||||
ifdef FF_EXTRA_TCP_STACKS
|
||||
EXTRA_TCP_STACKS_SRCS+= \
|
||||
subr_filter.c \
|
||||
tcp_hpts.c \
|
||||
tcp_ratelimit.c \
|
||||
arc4random_uniform.c \
|
||||
sack_filter.c \
|
||||
|
|
Loading…
Reference in New Issue