diff options
| author | 8litz <8litz@users.noreply.github.com> | 2019-01-25 15:42:44 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-25 15:42:43 +0100 |
| commit | 6fde58c61bdd29262e5e1af69b65d3d3d4edf644 (patch) | |
| tree | a4a837aeb00c2c5aa89329d1432b514867604b7c /sys/linux/vnet.txt | |
| parent | b5d78bce088100d3b203dda43df81f2a7293d6f3 (diff) | |
sys/linux: add Multipath TCP description
https://tools.ietf.org/html/rfc6824
Diffstat (limited to 'sys/linux/vnet.txt')
| -rw-r--r-- | sys/linux/vnet.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/vnet.txt b/sys/linux/vnet.txt index f26235a30..3db43fbac 100644 --- a/sys/linux/vnet.txt +++ b/sys/linux/vnet.txt @@ -736,6 +736,9 @@ ipv6_payload [ # http://www.iana.org/assignments/tcp-parameters/tcp-parameters.xhtml include <net/tcp.h> +include <net/mptcp.h> +include <net/mptcp_v4.h> +include <net/mptcp_v6.h> include <uapi/linux/tcp.h> tcp_option [ @@ -751,6 +754,7 @@ tcp_option [ fastopen tcp_fastopen_option exp_fastopen tcp_exp_fastopen_option exp_smc tcp_exp_smc_option + mptcp tcp_mptcp_option ] [varlen] tcp_option_types = TCPOPT_NOP, TCPOPT_EOL, TCPOPT_MSS, TCPOPT_WINDOW, TCPOPT_SACK_PERM, TCPOPT_SACK, TCPOPT_TIMESTAMP, TCPOPT_MD5SIG, TCPOPT_FASTOPEN, TCPOPT_EXP |
