Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E3BBD17336 for ; Mon, 9 Mar 2015 11:45:53 +0000 (UTC) Received: (qmail 58298 invoked by uid 500); 9 Mar 2015 11:45:53 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 58264 invoked by uid 500); 9 Mar 2015 11:45:53 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 58255 invoked by uid 99); 9 Mar 2015 11:45:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2015 11:45:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 85DD9E0D51; Mon, 9 Mar 2015 11:45:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: <3cbf2076986c4d4aac428a9dc0166305@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.3 to 02d2851 Date: Mon, 9 Mar 2015 11:45:53 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.3 6fece6278 -> 02d2851b3 systemvm: avoid tcp responses with timestamp Signed-off-by: Rohit Yadav (cherry picked from commit f3f47f25bab8661f31e5d470995f6f24cc08310e) Signed-off-by: Rohit Yadav 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 Authored: Mon Mar 9 17:10:13 2015 +0530 Committer: Rohit Yadav 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