Re: [PATCH net] rxrpc: Wake up the transmitter if Rx window size increases on the peer

2017-03-10 Thread David Miller
From: David Howells Date: Fri, 10 Mar 2017 07:48:49 + > The RxRPC ACK packet may contain an extension that includes the peer's > current Rx window size for this call. We adjust the local Tx window size > to match. However, the transmitter can stall if the receive window is > reduced to 0 by

[PATCH net] rxrpc: Wake up the transmitter if Rx window size increases on the peer

2017-03-09 Thread David Howells
The RxRPC ACK packet may contain an extension that includes the peer's current Rx window size for this call. We adjust the local Tx window size to match. However, the transmitter can stall if the receive window is reduced to 0 by the peer and then reopened. This is because the normal way that th