Skip to content

Commit

Permalink
Squash to "[PATCH v3 mptcp-next 1/6] mptcp: add the outgoing MP_PRIO …
Browse files Browse the repository at this point in the history
…support"

Leave OPTION_MPTCP_FASTCLOSE as BIT(9) and set OPTION_MPTCP_PRIO as
BIT(10).

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
  • Loading branch information
geliangtang authored and matttbe committed Dec 16, 2020
1 parent 5b576fb commit 5b9a807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/mptcp/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#define OPTION_MPTCP_ADD_ADDR BIT(6)
#define OPTION_MPTCP_ADD_ADDR6 BIT(7)
#define OPTION_MPTCP_RM_ADDR BIT(8)
#define OPTION_MPTCP_PRIO BIT(9)
#define OPTION_MPTCP_FASTCLOSE BIT(10)
#define OPTION_MPTCP_FASTCLOSE BIT(9)
#define OPTION_MPTCP_PRIO BIT(10)

/* MPTCP option subtypes */
#define MPTCPOPT_MP_CAPABLE 0
Expand Down

0 comments on commit 5b9a807

Please sign in to comment.