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:44:01 UTC

git commit: updated refs/heads/4.4 to eed3db8

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 c4c783727 -> eed3db885


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

Branch: refs/heads/4.4
Commit: eed3db88516eb3fc8e4c0dba85f403d3d8f7130d
Parents: c4c7837
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:13:52 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/eed3db88/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