You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/09 12:41:03 UTC

git commit: updated refs/heads/4.5 to f3f47f2

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 b879916f5 -> f3f47f25b


systemvm: avoid tcp responses with timestamp

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f3f47f25
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f3f47f25
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f3f47f25

Branch: refs/heads/4.5
Commit: f3f47f25bab8661f31e5d470995f6f24cc08310e
Parents: b879916
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon Mar 9 17:10:13 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Mar 9 17:10:13 2015 +0530

----------------------------------------------------------------------
 systemvm/patches/debian/config/etc/sysctl.conf | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f3f47f25/systemvm/patches/debian/config/etc/sysctl.conf
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/etc/sysctl.conf b/systemvm/patches/debian/config/etc/sysctl.conf
index f5b1086..15648b3 100644
--- a/systemvm/patches/debian/config/etc/sysctl.conf
+++ b/systemvm/patches/debian/config/etc/sysctl.conf
@@ -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