commit | 0851115090a3eb9585d6a804a61e47f3d89ac2a8 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Sep 30 09:33:27 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri Sep 30 14:38:59 2016 +0100 |
tree | 53f95140d40b06d99a71f08f30ecbe2e713513f6 | |
parent | 8782def204e57f6a507ff425e4944df4e010751a [diff] |
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>