OSDN Git Service

mptcp: setsockopt: handle SO_KEEPALIVE and SO_PRIORITY
authorFlorian Westphal <fw@strlen.de>
Thu, 15 Apr 2021 23:44:55 +0000 (16:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Apr 2021 22:23:10 +0000 (15:23 -0700)
commit1b3e7ede1365a24db1b4fd837e58a595f52fa4ad
tree90f6798be3d44661dc4d079332524e94fae11056
parentdf00b087da24c0b5341178bbd5353101c7cef98f
mptcp: setsockopt: handle SO_KEEPALIVE and SO_PRIORITY

start with something simple: both take an integer value, both
need to be mirrored to all subflows.

Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/sockopt.c