Searched hist:fd1452d8ef988d228f5265147fde1017084404e4 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | diff fd1452d8ef988d228f5265147fde1017084404e4 Sat Jul 04 18:30:16 CDT 2020 Florian Westphal <fw@strlen.de> mptcp: add REUSEADDR/REUSEPORT support
This will e.g. make 'sshd restart' work when MPTCP is used, as we will now set this option on the listener socket instead of only the mptcp socket (where it has no effect).
We still need to copy the setting to the master socket so that a subsequent getsockopt() returns the expected value.
Reported-by: Christoph Paasch <cpaasch@apple.com> Suggested-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|