mbox series

[v2,net-next,0/2] mptcp: adjust tcp rcvspace on rx

Message ID 20200525181508.13492-1-fw@strlen.de
Headers show
Series mptcp: adjust tcp rcvspace on rx | expand

Message

Florian Westphal May 25, 2020, 6:15 p.m. UTC
These two patches improve mptcp throughput by making sure tcp grows
the receive buffer when we move skbs from subflow socket to the
mptcp socket.

The second patch moves mptcp receive buffer increase to the recvmsg
path, i.e. we only change its size when userspace processes/consumes
the data.  This is done by using the largest rcvbuf size of the active
subflows.