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/mptcp_amd64.const | |
| parent | b5d78bce088100d3b203dda43df81f2a7293d6f3 (diff) | |
sys/linux: add Multipath TCP description
https://tools.ietf.org/html/rfc6824
Diffstat (limited to 'sys/linux/mptcp_amd64.const')
| -rw-r--r-- | sys/linux/mptcp_amd64.const | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/linux/mptcp_amd64.const b/sys/linux/mptcp_amd64.const new file mode 100644 index 000000000..a0c26da46 --- /dev/null +++ b/sys/linux/mptcp_amd64.const @@ -0,0 +1,10 @@ +# AUTOGENERATED FILE +OPTION_ADD_ADDR = 32 +OPTION_MP_CAPABLE = 8 +OPTION_MP_FCLOSE = 128 +OPTION_MP_JOIN = 64 +OPTION_REMOVE_ADDR = 256 +OPTION_TYPE_ACK = 4 +OPTION_TYPE_SYN = 1 +OPTION_TYPE_SYNACK = 2 +TCPOPT_MPTCP = 30 |
