]> git.ipfire.org Git - thirdparty/iproute2.git/commit
man: mptcp: 'backup' flag also affects outgoing data
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Sat, 27 Jul 2024 10:10:33 +0000 (12:10 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 2 Aug 2024 17:47:39 +0000 (10:47 -0700)
commite3c1e2a4e20d60246a13fee48437ed99f8e7eb08
tree92b417e08923b634f5bf87783325e783be630a1a
parent8251786f3d8158b4cc0dcc995a6c5fe58c908b6d
man: mptcp: 'backup' flag also affects outgoing data

That's the behaviour with the default packet scheduler.

In some early design, the default scheduler was supposed to take into
account only the received backup flags, but it ended up not being the
case, and setting the flag would also affect outgoing data.

Suggested-by: Mat Martineau <martineau@kernel.org>
Acked-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/ip-mptcp.8