git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e4d980
)
tcp: allow one skb to be received per socket under memory pressure
author
Eric Dumazet
<edumazet@google.com>
Fri, 15 May 2015 19:39:29 +0000
(12:39 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 18 May 2015 02:45:49 +0000
(22:45 -0400)
While testing tight tcp_mem settings, I found tcp sessions could be
stuck because we do not allow even one skb to be received on them.
By allowing one skb to be received, we introduce fairness and
eventuallu force memory hogs to release their allocation.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c
patch
|
blob
|
history
diff --cc
net/ipv4/tcp_input.c
Simple merge