Re: [multipathtcp] Options or Payload?

"SCHARF, Michael" <Michael.Scharf@alcatel-lucent.com> Tue, 10 November 2009 02:48 UTC

Return-Path: <Michael.Scharf@alcatel-lucent.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 072B23A681B for <multipathtcp@core3.amsl.com>; Mon, 9 Nov 2009 18:48:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.249
X-Spam-Level:
X-Spam-Status: No, score=-6.249 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HELO_EQ_DE=0.35, RCVD_IN_DNSWL_MED=-4]
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 hIYCnW-Roakp for <multipathtcp@core3.amsl.com>; Mon, 9 Nov 2009 18:48:32 -0800 (PST)
Received: from mailrelay2.alcatel.de (mailrelay2.alcatel.de [194.113.59.96]) by core3.amsl.com (Postfix) with ESMTP id EB0B73A6405 for <multipathtcp@ietf.org>; Mon, 9 Nov 2009 18:48:31 -0800 (PST)
Received: from SLFSNX.rcs.alcatel-research.de (slfsn2.rcs.de.alcatel-lucent.com [149.204.60.99]) by mailrelay2.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id nAA2mtv9015558; Tue, 10 Nov 2009 03:48:55 +0100
x-mimeole: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Date: Tue, 10 Nov 2009 03:48:53 +0100
Message-ID: <133D9897FB9C5E4E9DF2779DC91E947C01B6AC34@SLFSNX.rcs.alcatel-research.de>
In-Reply-To: <2181C5F19DD0254692452BFF3EAF1D6808D7BB51@rsys005a.comm.ad.roke.co.uk>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [multipathtcp] Options or Payload?
Thread-Index: AcphoPYqM13XFcsoT3yDBuE0UMQEPwADQ09A
References: <2181C5F19DD0254692452BFF3EAF1D6808D7BB51@rsys005a.comm.ad.roke.co.uk>
From: "SCHARF, Michael" <Michael.Scharf@alcatel-lucent.com>
To: "Ford, Alan" <alan.ford@roke.co.uk>, multipathtcp@ietf.org
X-Scanned-By: MIMEDefang 2.57 on 149.204.45.73
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:48:33 -0000

Hi all,

> Specifically, instead of doing this with TCP Options, the 
> same instructions could be included in the payload. Similar 
> to TLS, the data could be chunked and each chunk has a data 
> sequence and length header.
> These can be interspersed with control blocks to signal 
> addresses, security of joining subflows to connections, and 
> connection close. A simple 2-octet TCP option would still be 
> used in the initial SYN to signal MPTCP capability.
> 
> This has the benefit that it would allow the signalling to 
> have reliability, and we wouldn't be hit with option space 
> limits, and thus be potentially able to do better security 
> algorithms. It would also give us greater freedom in signals 
> for future extensibility (for example, if we wanted to signal 
> ports for additional subflows, not just addresses).

Maybe there is a further advantage: I could imagine that payload chunks
could simplify the MPTCP stack design. Sporadically adding TCP options
other than SACK could result a mess in a real stack (correct MSS
calculation, dealing with segmentation offloading, etc.). At least I
recall that we had such problems in our Quick-Start TCP implementation
in Linux.

Michael