• David Howells's avatar
    rxrpc: Fix loss of final ack on shutdown · ddc7834a
    David Howells authored
    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: 3136ef49 ("rxrpc: Delay terminal ACK transmission on a client call")
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    ddc7834a
conn_client.c 28.8 KB