Re: [PATCH net-next 5/6] mptcp: add a new sysctl add_addr_timeout

2020-11-02 Thread Mat Martineau
On Mon, 2 Nov 2020, Jakub Kicinski wrote: On Fri, 30 Oct 2020 15:45:05 -0700 Mat Martineau wrote: From: Geliang Tang This patch added a new sysctl, named add_addr_timeout, to control the timeout value (in seconds) of the ADD_ADDR retransmission. Please document the new sysctl. Thanks Jak

Re: [PATCH net-next 5/6] mptcp: add a new sysctl add_addr_timeout

2020-11-02 Thread Jakub Kicinski
On Fri, 30 Oct 2020 15:45:05 -0700 Mat Martineau wrote: > From: Geliang Tang > > This patch added a new sysctl, named add_addr_timeout, to control the > timeout value (in seconds) of the ADD_ADDR retransmission. Please document the new sysctl.

[PATCH net-next 5/6] mptcp: add a new sysctl add_addr_timeout

2020-10-30 Thread Mat Martineau
From: Geliang Tang This patch added a new sysctl, named add_addr_timeout, to control the timeout value (in seconds) of the ADD_ADDR retransmission. Suggested-by: Matthieu Baerts Suggested-by: Paolo Abeni Acked-by: Paolo Abeni Reviewed-by: Matthieu Baerts Signed-off-by: Geliang Tang --- net