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:45:53 UTC

git commit: updated refs/heads/4.3 to 02d2851

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 6fece6278 -> 02d2851b3


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/02d2851b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/02d2851b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/02d2851b

Branch: refs/heads/4.3
Commit: 02d2851b3a4beb9d42edcbd0482276cec2011562
Parents: 6fece62
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:15:48 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/02d2851b/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 1ba1282..c882012 100644
--- a/systemvm/patches/debian/config/etc/sysctl.conf
+++ b/systemvm/patches/debian/config/etc/sysctl.conf
@@ -43,6 +43,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