Re: [multipathtcp] Consensus call on potential MPTCP proxy work

Joe Touch <touch@isi.edu> Tue, 18 April 2017 21:56 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 8D71513147A for <multipathtcp@ietfa.amsl.com>; Tue, 18 Apr 2017 14:56:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001] 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 04PwHYl_jIOH for <multipathtcp@ietfa.amsl.com>; Tue, 18 Apr 2017 14:56:30 -0700 (PDT)
Received: from nitro.isi.edu (nitro.isi.edu [128.9.208.207]) (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 7BB9A129485 for <multipathtcp@ietf.org>; Tue, 18 Apr 2017 14:56:30 -0700 (PDT)
Received: from [128.9.184.37] ([128.9.184.37]) (authenticated bits=0) by nitro.isi.edu (8.13.8/8.13.8) with ESMTP id v3ILuHde006091 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 18 Apr 2017 14:56:17 -0700 (PDT)
To: Yoshifumi Nishida <nishida@sfc.wide.ad.jp>
References: <8c5ffa879686472594bfd3db2fa06076@rew09926dag03b.domain1.systemhost.net> <99affa00-5118-1a0f-227a-b3f4b751ffd4@isi.edu> <CAO249ye4Yz2Fgf5=XG5F3JkODym1AXrZV3pXyVLgG-h2iVhLVw@mail.gmail.com>
Cc: multipathtcp <multipathtcp@ietf.org>
From: Joe Touch <touch@isi.edu>
Message-ID: <8cd97018-1104-c647-45fc-9135097e7420@isi.edu>
Date: Tue, 18 Apr 2017 14:56:17 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <CAO249ye4Yz2Fgf5=XG5F3JkODym1AXrZV3pXyVLgG-h2iVhLVw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
X-MailScanner-ID: v3ILuHde006091
X-ISI-4-69-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Archived-At: <https://mailarchive.ietf.org/arch/msg/multipathtcp/A-htHpRLA3iKU8Sr5Oj3CNuIJZk>
Subject: Re: [multipathtcp] Consensus call on potential MPTCP proxy work
X-BeenThere: multipathtcp@ietf.org
X-Mailman-Version: 2.1.22
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: Tue, 18 Apr 2017 21:56:31 -0000


On 4/18/2017 2:44 PM, Yoshifumi Nishida wrote:
> Hi Joe,
>
> It's not tunneling. The proxy converts a tcp connection into a mptcp
> connection and converts it back to a tcp connection (if necessary)
> So, it won't be tcp over tcp.
OK, but that's not proxying either.

That's (at best) connection hijacking.

> MPTCP will convey control data for application (proxy) in payload.
> But, MPTCP of course doesn't care the contents of payload. 
> It just carries data and app will parse the data. Putting data in SYN
> is trying to reduce the latency and no other meaning as far as I
> understand.

MPTCP is TCP. Putting the data in the SYN of a TCP connection is
hazardous. The goal is irrelevant.

I thought we went through this all when MPTCP was created, but it
appears insufficiently so.

Joe