Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91c2c7b6 authored by David Howells's avatar David Howells
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
parent bc4abfcf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;