Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78623
b: refs/heads/master
c: 8beb5c5
h: refs/heads/master
i:
  78621: 67a4398
  78619: 7877eaa
  78615: a0013e9
  78607: 5e7c954
  78591: af2227e
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jan 28, 2008
1 parent 98e848e commit 21a6a50
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: 829942c18704250fce4d5eca787065a3ee7c685d
refs/heads/master: 8beb5c5f12c8484c59edf9b691f2c4bb4d31f3a0
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk)
struct tcp_sock *tp = tcp_sk(sk);
int mss;

mss = tcp_mtu_to_mss(sk, icsk->icsk_mtup.search_low)/2;
mss = tcp_mtu_to_mss(sk, icsk->icsk_mtup.search_low) >> 1;
mss = min(sysctl_tcp_base_mss, mss);
mss = max(mss, 68 - tp->tcp_header_len);
icsk->icsk_mtup.search_low = tcp_mss_to_mtu(sk, mss);
Expand Down

0 comments on commit 21a6a50

Please sign in to comment.