From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-12-ewr.dyndns.com (mxout-047-ewr.mailhop.org [216.146.33.47]) by lists.bufferbloat.net (Postfix) with ESMTP id 234B82E0420 for ; Sun, 20 Mar 2011 18:29:01 -0700 (PDT) Received: from scan-12-ewr.mailhop.org (scan-12-ewr.local [10.0.141.230]) by mail-12-ewr.dyndns.com (Postfix) with ESMTP id 14A4C932B1D for ; Mon, 21 Mar 2011 01:29:01 +0000 (UTC) X-Spam-Score: 0.0 () X-Mail-Handler: MailHop by DynDNS X-Originating-IP: 64.81.33.126 Received: from bifrost.lang.hm (mail.lang.hm [64.81.33.126]) by mail-12-ewr.dyndns.com (Postfix) with ESMTP id 41E09931B86 for ; Mon, 21 Mar 2011 01:29:00 +0000 (UTC) Received: from asgard.lang.hm (asgard.lang.hm [10.0.0.100]) by bifrost.lang.hm (8.13.4/8.13.4/Debian-3) with ESMTP id p2L1SrZF003108; Sun, 20 Mar 2011 17:28:53 -0800 Date: Sun, 20 Mar 2011 18:28:53 -0700 (PDT) From: david@lang.hm X-X-Sender: dlang@asgard.lang.hm To: Jonathan Morton In-Reply-To: <909F3A19-C7DA-4E38-9BB0-A2EA5F625B7F@gmail.com> Message-ID: References: <4D7F4121.40307@freedesktop.org><20110315175942.GA10064@goldfish><1300212877.2087.2155.camel@tardy><20110315183111.GB2542@tuxdriver.com><29B06777-CC5F-4802-8727-B04F58CDA9E3@gmail.com><20110315205146.GF2542@tuxdriver.com><219C7840-ED79-49EA-929D-96C5A6200401@gmail.com><20110315151946.31e86b46@nehalam><1300228592.2087.2191.camel@tardy><1300229578.2565.29.camel@edumazet-laptop><87fwqo54n7.fsf@cruithne.co.teklibre.org><823E2A7B-4F46-4159-8029-BD3B075CC4CE@gmail.com><87bp1b6fo0.fsf@cruithne.co.teklibre.org><87bp1b4yh4.fsf@cruithne.co.teklibre.org> <7480559F-1F3B-4CE5-939F-FD9FD3E68E52@cisco.com> <909F3A19-C7DA-4E38-9BB0-A2EA5F625B7F@gmail.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Stephen Hemminger , bloat Subject: Re: [Bloat] Random idea in reaction to all the discussion of TCPflavours - timestamps? 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: Mon, 21 Mar 2011 01:29:02 -0000 On Mon, 21 Mar 2011, Jonathan Morton wrote: > On 21 Mar, 2011, at 12:18 am, david@lang.hm wrote: > >>> 0) Buffering more than 1 second of data is always unacceptable. >> >> what about satellite links? my understanding is that the four round >> trips to geosync orbit (request up, down, reply up down) result in >> approximatly 1 sec round trip. > > That is true, but it doesn't require more than a full second of > buffering, just lots of FEC to avoid packet loss on the link. At those > timescales, you want the flow to look smooth, not bursty. Bursty is > normal at 100ms timescales. > > What I've heard is that most consumer satellite links use split-TCP > anyway (proxy boxes at each end) thus relieving the Internet at large > from coping with an unusual problem. However, it also seems likely that > backbone satellite links exist which do not use this technique. I heard > something about South America, maybe? I've heard that they do proxy boxes at each end for common protocols like HTTP, but they can't do so for other protocols (think ssh for example) > Anyway, with a 1-second RTT, the formula comes out to max 1 second of > buffering because of the clamping. and what if you have a 1 second satellite link plus 'normal internet latency', or worse, both ends are on a satellite link, giving you a 2-second+ round trip time? if you don't have large enough buffers to handle this, what happens? David Lang