This series addresses some smaller issues regarding the link setup algorithm. The first commit fixes a rare bug we have discovered during testing; the second one may have some future impact on cluster scalabilty, while remaining ones can be regarded as cosmetic in a wider sense of the word.
Jon Maloy (5): tipc: guarantee peer bearer id exchange after reboot tipc: reduce transmission rate of reset messages when link is down tipc: refactor function tipc_link_timeout() tipc: ensure that first packets on link are sent in order tipc: let first message on link be a state message net/tipc/link.c | 55 ++++++++++++++++++++++++++++++------------------------- net/tipc/link.h | 2 +- net/tipc/msg.h | 10 ++++++++++ net/tipc/node.c | 9 ++++++++- 4 files changed, 49 insertions(+), 27 deletions(-) -- 1.9.1