]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc-add-some-improvements'
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 May 2020 22:16:52 +0000 (15:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 May 2020 22:16:52 +0000 (15:16 -0700)
commit12b5d7f7a4bee68e41b73856aeccb19adec6d5db
treed50492baec3cba7e32c64bb1ecfab8ffef7fa32d
parent1999461820e907b4d83419c116e19b88660ddbda
parent1dead9fd4e53c7a9003a9469200f761e572a56a8
Merge branch 'tipc-add-some-improvements'

Tuong Lien says:

====================
tipc: add some improvements

This series adds some improvements to TIPC.

The first patch improves the TIPC broadcast's performance with the 'Gap
ACK blocks' mechanism similar to unicast before, while the others give
support on tracing & statistics for broadcast links, and an alternative
to carry broadcast retransmissions via unicast which might be useful in
some cases.

Besides, the Nagle algorithm can now automatically 'adjust' itself
depending on the specific network condition a stream connection runs by
the last patch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>