summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2015-05-15 19:39:29 (GMT)
committerDavid S. Miller <davem@davemloft.net>2015-05-18 02:45:49 (GMT)
commit76dfa6082032b5c179864816fa508879421678eb (patch)
treee710efd16263290f153b9f565449bdef7a48f464 /net/ipv4/tcp.c
parent8e4d980ac21596a9b91d8e720c77ad081975a0a8 (diff)
downloadlinux-76dfa6082032b5c179864816fa508879421678eb.tar.xz
tcp: allow one skb to be received per socket under memory pressure
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>
Diffstat (limited to 'net/ipv4/tcp.c')
0 files changed, 0 insertions, 0 deletions