I’m still concerned that we’re looking at solving this inside the connection, 
instead of providing a way for this to be solved irrespective of the connection.
There is a fundamental routing problem we have here that we could address 
(addressing a session), but we’re not addressing with what I’m seeing discussed 
(addressing a session within the same connection object).

If we consider this problem as making the session addressable, then 
applications can do it the way that makes sense for them, without having to put 
everything in every stack everywhere, plus new APIs to actually make them work.

I’m afraid if we add multipath, it’ll be like what happened with server push. 
The lack of appropriate APIs made using it with the browser fraught with 
tradeoffs with no reasonable way for an application to fix.

Solve the addressing-of-a-session problem, however, and we make it easier to 
solve the likely API problem that will accompany multipath.

Example:
I could have a virtual connection which is composed of a TCP connection on path 
A, and a QUIC connection on path B.
.. or maybe I want to try out a new version/extension on QUIC, so I have a 
virtual connection with QUIC and QUIC+extension.
I could declare that I’d like for data to flow down QUIC+extension path unless 
that is too slow, then duplicate the data onto the QUIC path.

In my mind, the application should establishes the virtual connection, and 
provide at least one path, and can optionally add (and remove) subsequent paths.
This is something we do already in “storage-land”, where diversity and 
separable failure domains are important, and where the use-cases are extremely 
diverse in latency, data-amounts, and cost.
-=R

From: QUIC <[email protected]> on behalf of Behcet Sarikaya 
<[email protected]>
Reply-To: "[email protected]" <[email protected]>
Date: Monday, November 9, 2020 at 8:58 AM
To: Lucas Pardue <[email protected]>
Cc: Christian Huitema <[email protected]>, Behcet Sarikaya 
<[email protected]>, QUIC WG <[email protected]>, Olivier Bonaventure 
<[email protected]>, Mikkel Fahnøe Jørgensen <[email protected]>
Subject: Re: What to do about multipath in QUIC

Hi Lucas, Olivier,


On Mon, Nov 9, 2020 at 10:51 AM Lucas Pardue 
<[email protected]<mailto:[email protected]>> wrote:
Hey Olivier,

On Mon, Nov 9, 2020 at 4:31 PM Olivier Bonaventure 
<[email protected]<mailto:[email protected]>> 
wrote:
Lucas,
>
> On Mon, Nov 9, 2020 at 3:55 PM Behcet Sarikaya 
> <[email protected]<mailto:[email protected]>
> <mailto:[email protected]<mailto:[email protected]>>> wrote:
>
>     Hi Folks,
>     I agree with Mikkel's points.
>     To Lucas: I meant my short mail sometime ago I think it was before
>     the interim (?) where I explained that connection migration is
>     mobility support which should (from layering point of view) be in IP
>     layer. In fact if IP layer has this support then then no need for
>     connection migration in QUIC, so those procedures in the code do not
>     get executed.
>
>     Multipath is multiple interface support. It seems more and more like
>     multipath probably better belongs in transport layer. Traffic in
>     each interface may go over different networks (in my case on over T
>     Mobile and the other AT&T). I believe a different PN is well
>     justified in multipath as we have it in the base draft because of
>     these traffic conditions (no offense to Christian).
>
>
> I still don't see why the current features of connection migration are
> not in some way a form of multipath.

You are right, connection migration is the weakest form of multipath.

Thanks. We heard use cases that would like stronger forms. I think it will help 
continue to move the discussion forward if we can establish some common ground 
on terms and capabilities.

This paragraph of RFC6824 then continues as follows :

    However, to the network layer, each MPTCP subflow looks
    like a regular TCP flow whose segments carry a new TCP option type.
    Multipath TCP manages the creation, removal, and utilization of these
    subflows to send data.  The number of subflows that are managed
    within a Multipath TCP connection is not fixed and it can fluctuate
    during the lifetime of the Multipath TCP connection.

This is not really connection migration and MPTCP provides much more
multipath capabilities than connection migration.

Yeah I follow. As someone coming from QUIC, the first sentence is kind of 
easily negated (which is a benefit IIUC). I think the remainder of the 
paragraph is partially satisfied by QUIC v1 if we consider 
PATH_CHALLENGE/PATH_RESPONSE and NEW_CONNECTION_ID/RETIRE_CONNECTION_ID. But it 
starts to fall apart when you want to do more complicated things. I think 
understanding the gaps in the transport signalling would be useful to document 
in isolation to any specific solution. draft-deconinck-quic-multipath has done 
some of that work already but it gets a little too tied up with the solution 
IMO.



I don't think Olivier would wish to undermine the most important feature of 
multipath: multiple paths going over concurrently possible over different 
networks.
Then he can not justify many features in draft-deconinck-quic-multipath.

Behcet
Cheers
Lucas

Reply via email to