Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20177
b: refs/heads/master
c: 6fcf941
h: refs/heads/master
i:
  20175: d7322b7
v: v3
  • Loading branch information
John Heffner authored and David S. Miller committed Feb 10, 2006
1 parent d313ad9 commit e78787b
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: 80ba250e59ced808a8c9b79560938bbe4509c0a7
refs/heads/master: 6fcf9412de64056238a6295f21db7aa9c37a532e
3 changes: 2 additions & 1 deletion trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ void tcp_rcv_space_adjust(struct sock *sk)

tp->rcvq_space.space = space;

if (sysctl_tcp_moderate_rcvbuf) {
if (sysctl_tcp_moderate_rcvbuf &&
!(sk->sk_userlocks & SOCK_RCVBUF_LOCK)) {
int new_clamp = space;

/* Receive space grows, normalize in order to
Expand Down

0 comments on commit e78787b

Please sign in to comment.