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.
dev
fengbojiang 2019-08-11 18:28:07 +08:00
parent 7cf85abacc
commit aa174b6e9a
1 changed files with 1 additions and 1 deletions

View File

@ -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