]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Reduce ssthresh to peer's receive window
authorDavid Howells <dhowells@redhat.com>
Fri, 30 Sep 2016 08:33:27 +0000 (09:33 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 30 Sep 2016 13:38:59 +0000 (14:38 +0100)
commit8f6b44f84c098d16f3a3a2926ee7abd8083958ec
tree53f95140d40b06d99a71f08f30ecbe2e713513f6
parent37d52bc49cf12e0c2ce9b48012920c0d7ba8e334
rxrpc: Reduce ssthresh to peer's receive window

When we receive an ACK from the peer that tells us what the peer's receive
window (rwind) is, we should reduce ssthresh to rwind if rwind is smaller
than ssthresh.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/input.c