Merge branch 'rxrpc-miscellaneous-fixes'
authorJakub Kicinski <kuba@kernel.org>
Wed, 8 May 2024 15:05:12 +0000 (08:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 8 May 2024 15:05:12 +0000 (08:05 -0700)
commit02754103e1f75761066bd45d467b41ab5ad725e5
treebba2060366789be71f1fd4060289e9665a256d82
parent9a169c267e946b0f47f67e8ccc70134708ccf3d4
parent012b7206918dcc5a4dcf1432b3e643114c95957e
Merge branch 'rxrpc-miscellaneous-fixes'

David Howells says:

====================
rxrpc: Miscellaneous fixes (part)

Here some miscellaneous fixes for AF_RXRPC:

 (1) Fix the congestion control algorithm to start cwnd at 4 and to not cut
     ssthresh when the peer cuts its rwind size.

 (2) Only transmit a single ACK for all the DATA packets glued together
     into a jumbo packet to reduce the number of ACKs being generated.
====================

Link: https://lore.kernel.org/r/20240503150749.1001323-1-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>