Hello:
This patch was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Fri, 2 Feb 2024 17:06:59 +0100 you wrote:
In very slow environments, most big TCP cases including segmentation and reassembly of big TCP packets have a good chance to fail: by default the TCP client uses write size well below 64K. If the host is low enough autocorking is unable to build real big TCP packets.
Address the issue using much larger write operations.
[...]
Here is the summary with links: - [net] selftests: net: let big_tcp test cope with slow env https://git.kernel.org/netdev/net/c/a19747c3b9bf
You are awesome, thank you!