lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200525181508.13492-1-fw@strlen.de>
Date:   Mon, 25 May 2020 20:15:06 +0200
From:   Florian Westphal <fw@...len.de>
To:     <netdev@...r.kernel.org>
Cc:     matthieu.baerts@...sares.net, mathew.j.martineau@...ux.intel.com,
        Paolo Abeni <pabeni@...hat.com>
Subject: [PATCH v2 net-next 0/2] mptcp: adjust tcp rcvspace on rx

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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ