commit | 298bc15b2079c324e82d0a6fda39c3d762af7282 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Oct 08 15:46:11 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Mon Oct 08 22:42:04 2018 +0100 |
tree | 4c40d298df2ee83702d152bf8b163c60769c3e99 | |
parent | dfe995224693798e554ab4770f6d8a096afc60cd [diff] |
rxrpc: Only take the rwind and mtu values from latest ACK Move the out-of-order and duplicate ACK packet check to before the call to rxrpc_input_ackinfo() so that the receive window size and MTU size are only checked in the latest ACK packet and don't regress. Fixes: 248f219cb8bc ("rxrpc: Rewrite the data and ack handling code") Signed-off-by: David Howells <dhowells@redhat.com>