Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90741
b: refs/heads/master
c: 1751540
h: refs/heads/master
i:
  90739: 49b6e2a
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Apr 16, 2008
1 parent 9e79693 commit 084e8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b131dd5d659aaf287a3809473130c3ff5eddb71b
refs/heads/master: 17515408a15fa51c553e67c415502e785145cd7f
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ static unsigned int tcp_mss_split_point(struct sock *sk, struct sk_buff *skb,

needed = min(skb->len, window);

if (skb == tcp_write_queue_tail(sk) && cwnd_len <= needed)
if (cwnd_len <= needed)
return cwnd_len;

return needed - needed % mss_now;
Expand Down

0 comments on commit 084e8e8

Please sign in to comment.