Re: [multipathtcp] Single-ended Multipath TCP Proxy work item
Joe Touch <touch@isi.edu> Fri, 11 November 2016 18:10 UTC
Return-Path: <touch@isi.edu>
X-Original-To: multipathtcp@ietfa.amsl.com
Delivered-To: multipathtcp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 65281129BFD for <multipathtcp@ietfa.amsl.com>; Fri, 11 Nov 2016 10:10:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.396
X-Spam-Level:
X-Spam-Status: No, score=-8.396 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.497] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TaamPNDg4siJ for <multipathtcp@ietfa.amsl.com>; Fri, 11 Nov 2016 10:10:42 -0800 (PST)
Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CCA801293F0 for <multipathtcp@ietf.org>; Fri, 11 Nov 2016 10:10:42 -0800 (PST)
Received: from [128.9.184.125] ([128.9.184.125]) (authenticated bits=0) by boreas.isi.edu (8.13.8/8.13.8) with ESMTP id uABIAIjB019264 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 11 Nov 2016 10:10:18 -0800 (PST)
To: Olivier.Bonaventure@uclouvain.be, philip.eardley@bt.com, multipathtcp@ietf.org
References: <0898853c01b245aa8b3c45c9da478d6a@rew09926dag03b.domain1.systemhost.net> <5aef607f-07a0-ee92-e796-856e51ec29e1@uclouvain.be>
From: Joe Touch <touch@isi.edu>
Message-ID: <1e4ffa54-963d-3e14-8b6c-41ca63695643@isi.edu>
Date: Fri, 11 Nov 2016 10:10:18 -0800
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0
MIME-Version: 1.0
In-Reply-To: <5aef607f-07a0-ee92-e796-856e51ec29e1@uclouvain.be>
Content-Type: multipart/alternative; boundary="------------78902C705F6D7E3C93D8864B"
X-ISI-4-43-8-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Archived-At: <https://mailarchive.ietf.org/arch/msg/multipathtcp/1jgBRCgYwngo57JkLVkCEScB_3w>
Subject: Re: [multipathtcp] Single-ended Multipath TCP Proxy work item
X-BeenThere: multipathtcp@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: Multi-path extensions for TCP <multipathtcp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/multipathtcp>, <mailto:multipathtcp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/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: Fri, 11 Nov 2016 18:10:44 -0000
On 11/11/2016 10:01 AM, Olivier Bonaventure wrote: > The key issue is the ability to signal addresses (mainly the server > address) to the Proxy without adding delay to the connection > establishment. This can be achieved by either : > - adding options to the SYN (but we have to cope with the limited size > of the TCP options field in the MPTCP SYN) > - adding information in the payload of the SYN, this information would > likely be encoded in a TLV format like the TCP/MPTCP options and > should be compatible with the utilisation of TFO. > ... > > I don't think so. If we end up putting TLV information in the payload > of the SYN, some parts of the SYN payload will not belong to the > bytestream and this might affect the protocol semantics. If you put options in the SYN payload, you don't have TCP anymore. TCP allows the user to pick source and dest ports and addresses. There's no way to fallback without resetting the pending SYN and that needs to be followed by a wait (pref a TIME-WAIT equivalent). It's not TCP's perogative to retry the connection with a new source port. That was known when MPTCP was created. It was known when TCPM explored the variety of alternatives to extending the SYN (including sending both new and legacy SYNs at the same time, send a SYN and an "out of band" message (EOS-SYN) and 4-way handshake). If you think you have an approach that works, please review these docs (I'm updating EOS-SYN and the non-SYN EDO extension with more detail once the queue opens). Let's not replicate that discussion here. Joe
- [multipathtcp] Towards a Multipath TCP Proxy work… philip.eardley
- [multipathtcp] Single-ended Multipath TCP Proxy w… Olivier Bonaventure
- [multipathtcp] Dual-ended Multipath TCP Proxy wor… Olivier Bonaventure
- Re: [multipathtcp] Single-ended Multipath TCP Pro… Joe Touch
- Re: [multipathtcp] Single-ended Multipath TCP Pro… Olivier Bonaventure
- Re: [multipathtcp] Single-ended Multipath TCP Pro… Joe Touch
- Re: [multipathtcp] Towards a Multipath TCP Proxy … Alan Ford
- Re: [multipathtcp] Towards a Multipath TCP Proxy … philip.eardley
- Re: [multipathtcp] Towards a Multipath TCP Proxy … mohamed.boucadair
- Re: [multipathtcp] Towards a Multipath TCP Proxy … philip.eardley
- Re: [multipathtcp] Towards a Multipath TCP Proxy … Henderickx, Wim (Nokia - BE)
- Re: [multipathtcp] Towards a Multipath TCP Proxy … Olivier Bonaventure
- Re: [multipathtcp] Towards a Multipath TCP Proxy … Olivier Bonaventure
- Re: [multipathtcp] Towards a Multipath TCP Proxy … Henderickx, Wim (Nokia - BE)
- Re: [multipathtcp] Towards a Multipath TCP Proxy … N.Leymann
- Re: [multipathtcp] Towards a Multipath TCP Proxy … David Allan I
- Re: [multipathtcp] Towards a Multipath TCP Proxy … mohamed.boucadair
- Re: [multipathtcp] Towards a Multipath TCP Proxy … Markus.Brunner3
- Re: [multipathtcp] Towards a Multipath TCP Proxy … mohamed.boucadair
- Re: [multipathtcp] Towards a Multipath TCP Proxy … Robert Skog