Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122533
b: refs/heads/master
c: 61c1d05
h: refs/heads/master
i:
  122531: f029434
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Dec 6, 2008
1 parent 2f73260 commit 7bad513
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: d2b88814c6a63e4018cd299826907a12068ffdb7
refs/heads/master: 61c1d052a3c7d5acba3bd535aaffa5bb5d085181
2 changes: 1 addition & 1 deletion trunk/net/dccp/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu)
* make it a multiple of 4
*/

cur_mps -= ((5 + 6 + 10 + 6 + 6 + 6 + 3) / 4) * 4;
cur_mps -= roundup(5 + 6 + 10 + 6 + 6 + 6, 4);

/* And store cached results */
icsk->icsk_pmtu_cookie = pmtu;
Expand Down

0 comments on commit 7bad513

Please sign in to comment.