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:42:33 UTC

git commit: updated refs/heads/master to ebcad34

Repository: cloudstack
Updated Branches:
  refs/heads/master 9b669f064 -> ebcad34d3


systemvm: avoid tcp responses with timestamp

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
(cherry picked from commit f3f47f25bab8661f31e5d470995f6f24cc08310e)
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/ebcad34d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ebcad34d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ebcad34d

Branch: refs/heads/master
Commit: ebcad34d33014179cc21b43b24f9a1d23a16ce27
Parents: 9b669f0
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:12:22 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/ebcad34d/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