Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
From: Dave Taht <dave.taht@gmail.com>
To: Ketan Kulkarni <ketkulka@gmail.com>
Cc: Jerry Chu <hkchu@google.com>, Eric Dumazet <edumazet@google.com>,
	Yuchung Cheng <ycheng@google.com>,
	cerowrt-devel <cerowrt-devel@lists.bufferbloat.net>
Subject: Re: [Cerowrt-devel] TFO crashes cerowrt 3.7.1-1
Date: Fri, 4 Jan 2013 20:05:02 -0800	[thread overview]
Message-ID: <CAA93jw6GO9b8tZ7fqgKxFmZqXc==dU+zQXdHX2dk8CPCwAd_uA@mail.gmail.com> (raw)
In-Reply-To: <CAA93jw54=r5X=BKKi+WvQHNX6qCgZx=ZKCCdjL5jm7JpAj5q_g@mail.gmail.com>

On Fri, Jan 4, 2013 at 7:35 PM, Dave Taht <dave.taht@gmail.com> wrote:
> It's rather fun to explore a new protocol on a friday night!, but this
> thread is getting out of hand. I created a bug for it here:
>
> https://www.bufferbloat.net/issues/418
>
> I don't mind if we continue to discuss it here, but do put packet
> captures on the bug, please...
>
> I scripted up a few tests that hopefully duplicate what ketan was
> trying to do. (ketan?) and put up packet captures of the succesful
> tests to an x86_64 box I had handy....
>
> I will put a sacrificial cerowrt box back up with a serial port on it
> before sunday....
>
> I noted in the bug above (with more detail)
>
> On a x86_64 path over a 4 hop wifi mesh network, httpping using polipo
> as a proxy not only "worked", but roughly halved the time taken by a
> ~40kbyte http GET.
>
> Typical httpping result, polipo, no TFO
>
> connected to 172.26.3.4:80 (274 bytes), seq=4 time=10.76 ms
>
> Typical result, polipo, useTCPFastopen = true in it's config and
> /proc/sys/net/ipv4/tcp_fastopen = 3 on both sides....
>
> connected to 172.26.3.4:80 (274 bytes), seq=4 time=6.61 ms
>
> Impressive!
>
> If the security issues with the idea are resolved (I'm aware of the
> prior effort to do this but haven't thought deeply about how TFO
> attempts to resolve those issues), and TFO can be deployed, it will be
> a win for a wide range of latency sensitive tcp traffic types.

Spoke WAY too soon on the performance front, looks like we get a RST
from one of the (3.6.11) middleboxes in that testbed before we get the
whole file.

put up a new capture on

https://www.bufferbloat.net/issues/418

Calling it a night.

>
>
> --
> Dave Täht
>
> Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html



-- 
Dave Täht

Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html

  reply	other threads:[~2013-01-05  4:05 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-04 17:04 Dave Taht
2013-01-04 17:27 ` Eric Dumazet
2013-01-04 17:33   ` Dave Taht
2013-01-04 20:42     ` Maciej Soltysiak
2013-01-04 20:43       ` Maciej Soltysiak
2013-01-04 20:57         ` Jerry Chu
2013-01-04 21:21           ` Dave Taht
2013-01-04 21:36             ` Jerry Chu
2013-01-04 21:44               ` Dave Taht
2013-01-04 21:01         ` dpreed
2013-01-04 22:49           ` Robert Bradley
2013-01-04 21:11       ` Dave Taht
2013-01-04 21:19         ` Jerry Chu
2013-01-05  1:59           ` Ketan Kulkarni
2013-01-05  2:20             ` Yuchung Cheng
2013-01-05  3:02               ` Ketan Kulkarni
2013-01-05  3:16                 ` Eric Dumazet
2013-01-05  3:35                 ` Dave Taht
2013-01-05  4:05                   ` Dave Taht [this message]
2013-01-05 19:13                 ` Ketan Kulkarni
2013-01-13 17:01                   ` Ketan Kulkarni
2013-01-13 18:03                     ` Eric Dumazet
2013-01-13 21:39                       ` Felix Fietkau
2013-01-14  0:38                         ` Yuchung Cheng
2013-01-14  3:05                         ` Eric Dumazet
2013-01-14  4:07                           ` Eric Dumazet
2013-01-14  4:43                             ` Ketan Kulkarni
2013-01-14  6:14                               ` Dave Taht
2013-01-14 19:50                                 ` Dave Taht
2013-01-14  8:18                           ` Jerry Chu
2013-01-14 16:32                             ` Eric Dumazet
2013-01-04 22:25       ` Robert Bradley
2013-01-14  6:11       ` Dave Taht
2013-01-14 16:37         ` Ketan Kulkarni
2013-01-16 22:19         ` Maciej Soltysiak
2013-01-17  0:58           ` Dave Taht
2013-01-17  3:44           ` Dave Taht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.bufferbloat.net/postorius/lists/cerowrt-devel.lists.bufferbloat.net/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAA93jw6GO9b8tZ7fqgKxFmZqXc==dU+zQXdHX2dk8CPCwAd_uA@mail.gmail.com' \
    --to=dave.taht@gmail.com \
    --cc=cerowrt-devel@lists.bufferbloat.net \
    --cc=edumazet@google.com \
    --cc=hkchu@google.com \
    --cc=ketkulka@gmail.com \
    --cc=ycheng@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox