forked from Minki/linux
rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delay
The IDLE ACK packet should use the rxrpc_idle_ack_delay setting when the timer is set for it. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
bc4abfcf51
commit
91c2c7b656
@ -95,7 +95,7 @@ static void __rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason,
|
||||
break;
|
||||
|
||||
case RXRPC_ACK_IDLE:
|
||||
if (rxrpc_soft_ack_delay < expiry)
|
||||
if (rxrpc_idle_ack_delay < expiry)
|
||||
expiry = rxrpc_idle_ack_delay;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user