commit | ddc7834af8d56c2c0e805f05493ba4a650c0344f | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Sep 30 23:54:44 2020 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Oct 15 13:28:00 2020 +0100 |
tree | 9d7b2fadb5667f2badd180de1759f33dcf80218b | |
parent | f3af4ad1e08a8a9e61878b9f72751a5b76b3baf9 [diff] |
rxrpc: Fix loss of final ack on shutdown Fix the loss of transmission of a call's final ack when a socket gets shut down. This means that the server will retransmit the last data packet or send a ping ack and then get an ICMP indicating the port got closed. The server will then view this as a failure. Fixes: 3136ef49a14c ("rxrpc: Delay terminal ACK transmission on a client call") Signed-off-by: David Howells <dhowells@redhat.com>