tipc: fix uninitialized value for broadcast retransmission
authorHoang Le <hoang.h.le@dektech.com.au>
Wed, 19 Dec 2018 04:42:19 +0000 (11:42 +0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2018 19:53:10 +0000 (11:53 -0800)
commit055722716c396ac1c7fd36a828250a78db1f22bc
tree5a28b99e61dc0a2d4d7a2b7dec9f79124ce189da
parent013dc9d55c2ee47bb4a509e10c5cad404059b686
tipc: fix uninitialized value for broadcast retransmission

When sending broadcast message on high load system, there are a lot of
unnecessary packets restranmission. That issue was caused by missing in
initial criteria for retransmission.

To prevent this happen, just initialize this criteria for retransmission
in next 10 milliseconds.

Fixes: 31c4f4cc32f7 ("tipc: improve broadcast retransmission algorithm")
Acked-by: Ying Xue <ying.xue@windriver.com>
Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Hoang Le <hoang.h.le@dektech.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/link.c