mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add TCP Fast Open settings in OMR interface
This commit is contained in:
parent
9712f9219f
commit
ac9b6cc681
5 changed files with 17 additions and 5 deletions
|
@ -31,7 +31,7 @@ net.ipv4.tcp_max_syn_backlog = 10240
|
|||
# max timewait sockets held by system simultaneously
|
||||
net.ipv4.tcp_max_tw_buckets = 10000
|
||||
# turn on TCP Fast Open on both client and server side
|
||||
net.ipv4.tcp_fastopen = 3
|
||||
#net.ipv4.tcp_fastopen = 3
|
||||
# TCP receive buffer
|
||||
net.ipv4.tcp_rmem = 4096 87380 134217728
|
||||
# TCP write buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue