Re: [multipathtcp] q about remove addr behavior

Yoshifumi Nishida <nishida@sfc.wide.ad.jp> Thu, 22 June 2017 18:26 UTC

Return-Path: <nishida@sfc.wide.ad.jp>
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 A800F12940C for <multipathtcp@ietfa.amsl.com>; Thu, 22 Jun 2017 11:26:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.401
X-Spam-Level:
X-Spam-Status: No, score=-1.401 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_SORBS_SPAM=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=no 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 DQgLnmvFCu9M for <multipathtcp@ietfa.amsl.com>; Thu, 22 Jun 2017 11:26:37 -0700 (PDT)
Received: from mail.sfc.wide.ad.jp (shonan.sfc.wide.ad.jp [IPv6:2001:200:0:8803::53]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3ACC5128656 for <multipathtcp@ietf.org>; Thu, 22 Jun 2017 11:26:36 -0700 (PDT)
Received: from mail-oi0-f53.google.com (mail-oi0-f53.google.com [209.85.218.53]) by mail.sfc.wide.ad.jp (Postfix) with ESMTPSA id E87BE278835 for <multipathtcp@ietf.org>; Fri, 23 Jun 2017 03:26:34 +0900 (JST)
Received: by mail-oi0-f53.google.com with SMTP id p187so13713137oif.3 for <multipathtcp@ietf.org>; Thu, 22 Jun 2017 11:26:34 -0700 (PDT)
X-Gm-Message-State: AKS2vOwYi4Tv90UXYRQea48BCXEtxLdlGQItWTKn0/HdhxkiccQoI/xr RC4cU10u7FrYaw2w5XxuWIbMZPJM8g==
X-Received: by 10.202.104.144 with SMTP id o16mr2290133oik.158.1498155993640; Thu, 22 Jun 2017 11:26:33 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.157.41.220 with HTTP; Thu, 22 Jun 2017 11:26:33 -0700 (PDT)
In-Reply-To: <0D08287D-1F1B-44CB-B937-EB38DF0DCA84@apple.com>
References: <CAO249ydwQgPr2t6n9dNJ=xa5ubXDB2meYdU6OK7ATNvrpCGA_g@mail.gmail.com> <0D08287D-1F1B-44CB-B937-EB38DF0DCA84@apple.com>
From: Yoshifumi Nishida <nishida@sfc.wide.ad.jp>
Date: Thu, 22 Jun 2017 11:26:33 -0700
X-Gmail-Original-Message-ID: <CAO249ydxgN6Yzs8-6Rj1Khup+HmGUNCzCymUp5P8qXWa+EOP+Q@mail.gmail.com>
Message-ID: <CAO249ydxgN6Yzs8-6Rj1Khup+HmGUNCzCymUp5P8qXWa+EOP+Q@mail.gmail.com>
To: Christoph Paasch <cpaasch@apple.com>
Cc: Yoshifumi Nishida <nishida@sfc.wide.ad.jp>, MultiPath TCP - IETF WG <multipathtcp@ietf.org>
Content-Type: multipart/alternative; boundary="001a11409ab2d1ba1e0552909f69"
Archived-At: <https://mailarchive.ietf.org/arch/msg/multipathtcp/JKJV4QVU8xPS8QlQ4ogzO67Oz0I>
Subject: Re: [multipathtcp] q about remove addr behavior
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: Thu, 22 Jun 2017 18:26:40 -0000

Hi Christoph,

On Thu, Jun 22, 2017 at 12:14 AM, Christoph Paasch <cpaasch@apple.com>
wrote:

> Hello,
>
> On Jun 21, 2017, at 9:04 PM, Yoshifumi Nishida <nishida@sfc.wide.ad.jp>
> wrote:
> In the Chicago meeting, I remember Joseph mentioned an issue on linux
> which close all subflows that use an IP address when rem addr for it has
> been received.
>
> (page 13 in https://www.ietf.org/proceedings/98/slides/slides-98-mptcp-s
> essa-channel-bonding-of-low-rate-links-using-mptcp-for-airbo
> rne-flight-research-00.pdf)
>
> As far as I read 6824bis draft, this behavior seems not to be recommended.
> But, do we need more specific guidance here?
>
>
> true, in Linux we just close the subflow and do not send keepalives to
> check whether the subflow is really up or not.
>
> I'm not sure if sending keepalives is the right thing to do. Basically,
> when the peer tells us that this subflow should be removed, why shouldn't a
> host trust its peer and do as as it says ?
> The benefit of closing the subflow is that we can stop trying to send data
> on it and we free those resources. Lingering subflows is a serious problem
> on the server-side, when clients move away from a WiFi access-point.
>

I am guessing it depends on how implementations are using remove addr
feature. We should avoid mixing up addresses and flows.
Even if a subflow is removed, it won't be wise to send remove addr when the
other subflows use the address.
The draft seems to presume a case where an IF has gone, but this kind of
events might not be easy to be caught at the TCP layer.
--
Yoshi