https://github.com/torvalds/linux
Revision 7f4dd0a9438c73cbb1c240ece31390cf2c57294e authored by David S. Miller on 05 July 2005, 22:19:54 UTC, committed by David S. Miller on 05 July 2005, 22:19:54 UTC
tcp_snd_test() does several different things, use inline
functions to express this more clearly.

1) It initializes the TSO count of SKB, if necessary.
2) It performs the Nagle test.
3) It makes sure the congestion window is adhered to.
4) It makes sure SKB fits into the send window.

This cleanup also sets things up so that things like the
available packets in the congestion window does not need
to be calculated multiple times by packet sending loops
such as tcp_write_xmit().
    
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 55c97f3
History
Tip revision: 7f4dd0a9438c73cbb1c240ece31390cf2c57294e authored by David S. Miller on 05 July 2005, 22:19:54 UTC
[TCP]: Break out tcp_snd_test() into it's constituent parts.
Tip revision: 7f4dd0a

README

back to top