]> 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)
commita7f7bc173d82037154d5b7e9eacad42b7027d202
treed50492baec3cba7e32c64bb1ecfab8ffef7fa32d
parent8e900c31751ca970aeb3f70651e6a21975cc2af4
parent5c58ff01e7cfa0365e32311cdac9d466b642a12c
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>