OSDN Git Service

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)
commit6a862a44fd0c963f1bcb2ac9299609e1d8c011c2
treed50492baec3cba7e32c64bb1ecfab8ffef7fa32d
parentff937b916eb6316fe4644564a572ed3b5867bc1f
parent0a3e060f340dbe232ffa290c40f879b7f7db595b
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>