Multipath QUIC: Design and Evaluation (CoNEXT'17 paper)

Quentin De Coninck <quentin.deconinck@uclouvain.be> Wed, 13 December 2017 08:34 UTC

Return-Path: <quentin.deconinck@uclouvain.be>
X-Original-To: quic@ietfa.amsl.com
Delivered-To: quic@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CB0D61270A7 for <quic@ietfa.amsl.com>; Wed, 13 Dec 2017 00:34:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.3
X-Spam-Level:
X-Spam-Status: No, score=-4.3 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=uclouvain.be
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 Eyi7pHzCpO2T for <quic@ietfa.amsl.com>; Wed, 13 Dec 2017 00:34:29 -0800 (PST)
Received: from smtp1.sgsi.ucl.ac.be (smtp.sgsi.ucl.ac.be [130.104.5.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D3EC2120726 for <quic@ietf.org>; Wed, 13 Dec 2017 00:34:28 -0800 (PST)
Received: from [10.151.161.125] (unknown [210.94.141.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: qdeconinck@smtp1.sgsi.ucl.ac.be) by smtp1.sgsi.ucl.ac.be (Postfix) with ESMTPSA id DD18E67DA0B for <quic@ietf.org>; Wed, 13 Dec 2017 09:34:18 +0100 (CET)
DKIM-Filter: OpenDKIM Filter v2.9.2 smtp1.sgsi.ucl.ac.be DD18E67DA0B
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=uclouvain.be; s=selucl; t=1513154059; bh=DPMppSsMBC1vo3fqxg42etyjtoNb9YGNnZwNuGI8Zqs=; h=To:From:Subject:Date; b=RqwZOZETDeCGV9RajF8y/pG19Slt7J77l4A+6hz11qliO5atu2chVfjv+MytL9RVo oCzhhIAoZ3KFitZ/B1TE/CsfHeCRXMsL/5u26cJLUYADBFUOcmyO1WJImQIW0y09RA hpovqGolHXJuVsqMiAfuALjjt9E3eTADCyvTcF+I=
X-Virus-Status: Clean
X-Virus-Scanned: clamav-milter 0.99.2 at smtp-1
To: IETF QUIC WG <quic@ietf.org>
From: Quentin De Coninck <quentin.deconinck@uclouvain.be>
Subject: Multipath QUIC: Design and Evaluation (CoNEXT'17 paper)
Message-ID: <cdda2174-a124-b28b-b242-7760b77ccf90@uclouvain.be>
Date: Wed, 13 Dec 2017 17:34:15 +0900
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="------------632CCE63C12AF3A793F22212"
Content-Language: en-US
X-Sgsi-Spamcheck: SASL authenticated,
X-SGSI-Information:
X-SGSI-MailScanner-ID: DD18E67DA0B.A479E
X-SGSI-MailScanner: Found to be clean
X-SGSI-From: quentin.deconinck@uclouvain.be
X-SGSI-Spam-Status: No
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic/zflX2XxRTOrSfSw_CTKsahzM3f4>
X-BeenThere: quic@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Main mailing list of the IETF QUIC working group <quic.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic>, <mailto:quic-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic/>
List-Post: <mailto:quic@ietf.org>
List-Help: <mailto:quic-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic>, <mailto:quic-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 Dec 2017 08:34:32 -0000

Hello,

As announced previously, our paper describing the design and the 
evaluation of Multipath extensions for QUIC has been presented at the 
CoNEXT'17 conference today in South Korea. The paper and the slides are 
available from

https://inl.info.ucl.ac.be/publications/multipath-quic-design-and-evaluation 


To ensure the reproducibility of our results, we have released several 
research artefacts on http://multipath-quic.org :

- source code of the implementation of Multipath QUIC built on the 
quic-go implementation
- mininet scripts to reproduce the hundreds of experiments that are 
analyzed in the paper (coming with a packed-ready VM for convenience)

In addition, we ported our implementation of Multipath QUIC on iOS11 and 
released an application which allows to test how both QUIC and Multipath 
QUIC work on Apple smartphones. This application includes various tests 
with QUIC over IPv4 and IPv6 and also tests that evaluate the bonding 
capabilities of Multipath QUIC. Suggestions on additional tests are more 
than welcome. This application can be downloaded from

https://itunes.apple.com/gy/app/quictester/id1322019644?mt=8

Quentin