Skip to content
Snippets Groups Projects
Q

qemu-docker

Project ID: 3944
Select Git revision
1 result Searching
user avatar
David S. Miller authored
tcp_snd_test() is run for every packet output by a single
call to tcp_write_xmit(), but this is not necessary.

For one, the congestion window space needs to only be
calculated one time, then used throughout the duration
of the loop.

This cleanup also makes experimenting with different TSO
packetization schemes much easier.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
aa93466b
History
Name Last commit Last update