From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from g9t5009.houston.hp.com (g9t5009.houston.hp.com [15.240.92.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.hp.com", Issuer "VeriSign Class 3 Secure Server CA - G3" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 19AC121F3E6 for ; Fri, 24 Apr 2015 09:31:54 -0700 (PDT) Received: from g9t2301.houston.hp.com (g9t2301.houston.hp.com [16.216.185.78]) by g9t5009.houston.hp.com (Postfix) with ESMTP id 51E10254; Fri, 24 Apr 2015 16:31:47 +0000 (UTC) Received: from [16.103.148.51] (tardy.usa.hp.com [16.103.148.51]) by g9t2301.houston.hp.com (Postfix) with ESMTP id 2989D7A; Fri, 24 Apr 2015 16:31:46 +0000 (UTC) Message-ID: <553A6FF1.7090508@hp.com> Date: Fri, 24 Apr 2015 09:31:45 -0700 From: Rick Jones User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Eric Dumazet , Dave Taht References: <20150422191056.9C7AC406057@ip-64-139-1-69.sjc.megapath.net> <1429736552.18561.144.camel@edumazet-glaptop2.roam.corp.google.com> <55380D28.5080100@hp.com> <1429883441.22254.126.camel@edumazet-glaptop2.roam.corp.google.com> In-Reply-To: <1429883441.22254.126.camel@edumazet-glaptop2.roam.corp.google.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Hal Murray , bloat Subject: Re: [Bloat] SO_SNDBUF and SO_RCVBUF X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 16:32:28 -0000 X-List-Received-Date: Fri, 24 Apr 2015 16:32:28 -0000 > netperf -t TCP_STREAM" uses a default size of 16384 bytes per sendmsg. Under Linux at least, and only because that is the default initial value for SO_SNDBUF for a TCP socket (via tcp_wmem). More generally, the default send size used by netperf is the value of SO_SNDBUF for the data socket immediately after its creation. rick