Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222010
b: refs/heads/master
c: 7a1abd0
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Nov 11, 2010
1 parent 3adb6c5 commit 93f8f0f
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: 8d987e5c75107ca7515fa19e857cfa24aab6ec8f
refs/heads/master: 7a1abd08d52fdeddb3e9a5a33f2f15cc6a5674d2
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2246,7 +2246,7 @@ static int do_tcp_setsockopt(struct sock *sk, int level,
/* Values greater than interface MTU won't take effect. However
* at the point when this call is done we typically don't yet
* know which interface is going to be used */
if (val < 8 || val > MAX_TCP_WINDOW) {
if (val < 64 || val > MAX_TCP_WINDOW) {
err = -EINVAL;
break;
}
Expand Down

0 comments on commit 93f8f0f

Please sign in to comment.