[PATCH net-next v2 04/13] mptcp: basic sndbuf autotuning

2020-09-14 Thread Paolo Abeni
Let the msk sendbuf track the size of the larger subflow's send window, so that we ensure mptcp_sendmsg() does not exceed MPTCP-level send window. The update is performed just before try to send any data. Signed-off-by: Paolo Abeni --- net/mptcp/protocol.c | 17 + 1 file changed

Re: [MPTCP] [PATCH net-next v2 04/13] mptcp: basic sndbuf autotuning

2020-09-14 Thread Mat Martineau
On Mon, 14 Sep 2020, Paolo Abeni wrote: Let the msk sendbuf track the size of the larger subflow's send window, so that we ensure mptcp_sendmsg() does not exceed MPTCP-level send window. The update is performed just before try to send any data. Signed-off-by: Paolo Abeni --- net/mptcp/protoco