mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
systemvm: avoid tcp responses with timestamp
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
b879916f5c
commit
f3f47f25ba
@ -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…
x
Reference in New Issue
Block a user