Re: [multipathtcp] Options or Payload?

William Herrin <bill@herrin.us> Tue, 10 November 2009 02:37 UTC

Return-Path: <wherrin@gmail.com>
X-Original-To: multipathtcp@core3.amsl.com
Delivered-To: multipathtcp@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 74AF23A6807 for <multipathtcp@core3.amsl.com>; Mon, 9 Nov 2009 18:37:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.977
X-Spam-Level:
X-Spam-Status: No, score=-1.977 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id baK0Umb5b7m2 for <multipathtcp@core3.amsl.com>; Mon, 9 Nov 2009 18:37:48 -0800 (PST)
Received: from mail-ew0-f207.google.com (mail-ew0-f207.google.com [209.85.219.207]) by core3.amsl.com (Postfix) with ESMTP id 533FF3A6405 for <multipathtcp@ietf.org>; Mon, 9 Nov 2009 18:37:48 -0800 (PST)
Received: by ewy3 with SMTP id 3so3825423ewy.37 for <multipathtcp@ietf.org>; Mon, 09 Nov 2009 18:38:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=IGAbqiYR5Q4DYZSDx1PNj7KPRStg/oV4qcpPehGQQts=; b=WJhvOXR5y6y8KgBfhE9B48ADa00jZ7/Z8sSUzzwMd2dmaGu0IYNZF7UHvT7t2QqB1W kc+U9JN1cLVWw851z7SFfygJPi7AbcZc/Yw24sl32Aafh7Cwm1L+v6Zy/FrLXD+MxDKg W3jsDcx6WDdajcaociL6gmWPrdCTIwGWxvSRk=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=KQgcjZsJrOMvXTk6AKWl+QGClvQu4Z3eTU77Snd6x0MGuHT8Fz3JIRAJKP6zRTnhr5 avVTqMl5hU82u2GIBYTKgMB4hyU9cXSjAeSJ4cC8GyWdaYoGYqlNmsfqWYECJ06cldsQ bdblbZmTbW4o46mYoQBfwCxxkWHvf7B3B+lyI=
MIME-Version: 1.0
Sender: wherrin@gmail.com
Received: by 10.216.85.210 with SMTP id u60mr114666wee.226.1257820690149; Mon, 09 Nov 2009 18:38:10 -0800 (PST)
In-Reply-To: <2181C5F19DD0254692452BFF3EAF1D6808D7BB51@rsys005a.comm.ad.roke.co.uk>
References: <2181C5F19DD0254692452BFF3EAF1D6808D7BB51@rsys005a.comm.ad.roke.co.uk>
Date: Mon, 09 Nov 2009 21:38:10 -0500
X-Google-Sender-Auth: ae9ea4c5c441ec37
Message-ID: <3c3e3fca0911091838w6620d955m68074495027d7c5d@mail.gmail.com>
From: William Herrin <bill@herrin.us>
To: "Ford, Alan" <alan.ford@roke.co.uk>
Content-Type: text/plain; charset="ISO-8859-1"
Cc: multipathtcp@ietf.org
Subject: Re: [multipathtcp] Options or Payload?
X-BeenThere: multipathtcp@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Multi-path extensions for TCP <multipathtcp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/multipathtcp>, <mailto:multipathtcp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/multipathtcp>
List-Post: <mailto:multipathtcp@ietf.org>
List-Help: <mailto:multipathtcp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/multipathtcp>, <mailto:multipathtcp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Nov 2009 02:37:49 -0000

On Mon, Nov 9, 2009 at 7:58 PM, Ford, Alan <alan.ford@roke.co.uk> wrote:
> One of the big issues to be raised during yesterday's MPTCP session was
> the question of whether TCP Options are really the right place to be
> doing this.
> Specifically, instead of doing this with TCP Options, the same
> instructions could be included in the payload.
> What do people think is the best approach?

Hi Alan,

There isn't enough room in the options to transfer an encryption key,
a hostname or other likely methods of authenticating the offered
addresses. There isn't really enough to transfer all of the candidate
addresses either, not once we start talking v4/v6 agnosticism, so we'd
have to send adds and deletes instead of updates.

When I tinkered with a throwaway concept
(http://bill.herrin.us/network/multipathtcp2.html) I pretty quickly
moved to the data section because trying to keep it all in the options
got funky fast.

Regards,
Bill Herrin



-- 
William D. Herrin ................ herrin@dirtside.com  bill@herrin.us
3005 Crane Dr. ...................... Web: <http://bill.herrin.us/>
Falls Church, VA 22042-3004