|
|
Subscribe / Log in / New account

[RFC 0/4] RFC6824bis handshake implementation

From:  Christoph Paasch <cpaasch-AT-apple.com>
To:  Matthieu Baerts <matthieu.baerts-AT-tessares.net>
Subject:  [mptcp-dev] [RFC 0/4] RFC6824bis handshake implementation
Date:  Sun, 07 Apr 2019 19:08:26 -0700
Message-ID:  <20190408020830.29207-1-cpaasch@apple.com>
Cc:  mptcp-dev <mptcp-dev-AT-listes.uclouvain.be>
Archive-link:  Article


This is an RFC of the RFC6824bis handshake implementation. Sending out
as RFC first to gather some feedback and also beef up my testing ;-)

Christoph Paasch (4):
  mptcp: Better Debugging
  mptcp: Cleanup
  mptcp: New MP_CAPABLE exchange - sender side
  mptcp: New MP_CAPABLE receiver side

 include/net/mptcp.h      |  40 +++++++++---
 include/net/tcp.h        |   1 +
 net/ipv4/syncookies.c    |   5 +-
 net/ipv4/tcp_minisocks.c |   2 +-
 net/ipv6/syncookies.c    |   2 +-
 net/mptcp/mptcp_ctrl.c   |  66 ++++++++++++++-----
 net/mptcp/mptcp_input.c  | 116 ++++++++++++++++++++++++++++------
 net/mptcp/mptcp_ipv4.c   |   3 +
 net/mptcp/mptcp_ipv6.c   |   3 +
 net/mptcp/mptcp_output.c | 133 +++++++++++++++++++++++++++++++++------
 10 files changed, 302 insertions(+), 69 deletions(-)

-- 
2.21.0

MPTCP-developpers Mailing-List
Visit http://multipath-tcp.org to access the source-code of MPTCP in the Linux Kernel

To Unsubscribe, visit https://listes-2.sipr.ucl.ac.be/sympa/info/mptcp-dev



Copyright © 2019, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds