Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111800
b: refs/heads/master
c: 28e3487
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 23, 2008
1 parent f6ea963 commit b55002d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77d40a0952b16e020ce07c4cf9fb22024448275b
refs/heads/master: 28e3487b7dd8a9791baac924bc887140ec747bed
2 changes: 2 additions & 0 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -1746,6 +1746,8 @@ int tcp_use_frto(struct sock *sk)
return 0;

skb = tcp_write_queue_head(sk);
if (tcp_skb_is_last(sk, skb))
return 1;
skb = tcp_write_queue_next(sk, skb); /* Skips head */
tcp_for_write_queue_from(skb, sk) {
if (skb == tcp_send_head(sk))
Expand Down

0 comments on commit b55002d

Please sign in to comment.