mirror of https://github.com/F-Stack/f-stack.git
IPv6: disable `net.inet.tcp.nolocaltimewait` in `config.ini` by default.
If enable it, and F-Stack app use `ff_close` to close the connection first while the IPv6 client and sever ips in the same prefix scope, the F-Stack app will not respond the last_ack while receiced `fin+ack` package.
This commit is contained in:
parent
e064dbd16a
commit
1da26298b3
|
@ -122,7 +122,7 @@ net.link.ether.inet.maxhold=5
|
|||
net.inet.tcp.fast_finwait2_recycle=1
|
||||
net.inet.tcp.sendspace=16384
|
||||
net.inet.tcp.recvspace=8192
|
||||
net.inet.tcp.nolocaltimewait=1
|
||||
#net.inet.tcp.nolocaltimewait=1
|
||||
net.inet.tcp.cc.algorithm=cubic
|
||||
net.inet.tcp.sendbuf_max=16777216
|
||||
net.inet.tcp.recvbuf_max=16777216
|
||||
|
|
Loading…
Reference in New Issue