tcp: Fix queue traversal in tcp_use_frto().
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Sep 2008 09:51:41 +0000 (02:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Sep 2008 09:51:41 +0000 (02:51 -0700)
We must check tcp_skb_is_last() before doing a tcp_write_queue_next().

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found