Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134977
b: refs/heads/master
c: 02276f3
h: refs/heads/master
i:
  134975: 6f11aec
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Mar 2, 2009
1 parent a313591 commit 39a7afc
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: d3d2ae454501a4dec360995649e1b002a2ad90c5
refs/heads/master: 02276f3c962fd408fa9d441251067845f948bfcf
2 changes: 2 additions & 0 deletions trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -1921,6 +1921,8 @@ int tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb)
if (skb->len > cur_mss) {
if (tcp_fragment(sk, skb, cur_mss, cur_mss))
return -ENOMEM; /* We'll try again later. */
} else {
tcp_init_tso_segs(sk, skb, cur_mss);
}

tcp_retrans_try_collapse(sk, skb, cur_mss);
Expand Down

0 comments on commit 39a7afc

Please sign in to comment.