Merge branch 'tipc-scalable-broadcast-NACK'
authorDavid S. Miller <davem@davemloft.net>
Sat, 3 Sep 2016 00:10:25 +0000 (17:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Sep 2016 00:10:25 +0000 (17:10 -0700)
commit0cc1f315287bdcc5e772cde1965c316959f57d67
tree80dd3de19aea9eda8f91f2ec6b4ae0d3ff5a8d4a
parent2c896fb02e7f65299646f295a007bda043e0f382
parente0a05ebe26c07c4f649a7f5c251a3d4d8bf0402d
Merge branch 'tipc-scalable-broadcast-NACK'

Jon Maloy says:

====================
tipc: improve broadcast NACK mechanism

The broadcast protocol has turned out to not scale well beyond 70-80
nodes, while it is now possible to build TIPC clusters of at least ten
times that size. This commit series improves the NACK/retransmission
mechanism of the broadcast protocol to make is at scalable as the rest
of TIPC.
====================

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