Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78266
b: refs/heads/master
c: 50c4817
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Jan 28, 2008
1 parent 3b3cce9 commit cc9988c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c3a05c6050a339c92e49fae0ba77dbba0d41fd99
refs/heads/master: 50c4817e9919132639be0adc387b509e04a9ed0a
3 changes: 2 additions & 1 deletion trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,6 @@ static int tcp_mtu_probe(struct sock *sk)
sk_charge_skb(sk, nskb);

skb = tcp_send_head(sk);
tcp_insert_write_queue_before(nskb, skb, sk);

TCP_SKB_CB(nskb)->seq = TCP_SKB_CB(skb)->seq;
TCP_SKB_CB(nskb)->end_seq = TCP_SKB_CB(skb)->seq + probe_size;
Expand All @@ -1351,6 +1350,8 @@ static int tcp_mtu_probe(struct sock *sk)
nskb->csum = 0;
nskb->ip_summed = skb->ip_summed;

tcp_insert_write_queue_before(nskb, skb, sk);

len = 0;
while (len < probe_size) {
next = tcp_write_queue_next(sk, skb);
Expand Down

0 comments on commit cc9988c

Please sign in to comment.