mirror of https://github.com/apache/cloudstack.git
systemvm: avoid tcp responses with timestamp
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit f3f47f25ba)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
c4c783727d
commit
eed3db8851
|
|
@ -45,6 +45,9 @@ vm.panic_on_oom = 1
|
|||
# Controls the use of TCP syncookies
|
||||
net.ipv4.tcp_syncookies = 1
|
||||
|
||||
# disable tcp time stamps
|
||||
net.ipv4.tcp_timestamps = 0
|
||||
|
||||
net.ipv4.netfilter.ip_conntrack_max = 1000000
|
||||
net.ipv4.tcp_tw_reuse = 1
|
||||
net.ipv4.tcp_max_tw_buckets = 1000000
|
||||
|
|
|
|||
Loading…
Reference in New Issue