Re: [PATCH net-next] rxrpc: Cache the congestion window setting

2017-06-14 Thread David Miller
From: David Howells Date: Wed, 14 Jun 2017 17:56:50 +0100 > Cache the congestion window setting that was determined during a call's > transmission phase when it finishes so that it can be used by the next call > to the same peer, thereby shortcutting the slow-start algorithm. > > The value is st

[PATCH net-next] rxrpc: Cache the congestion window setting

2017-06-14 Thread David Howells
Cache the congestion window setting that was determined during a call's transmission phase when it finishes so that it can be used by the next call to the same peer, thereby shortcutting the slow-start algorithm. The value is stored in the rxrpc_peer struct and is accessed without locking. Each c