• J
    tipc: set link tolerance correctly in broadcast link · 047491ea
    Jon Maloy 提交于
    In the patch referred to below we added link tolerance as an additional
    criteria for declaring broadcast transmission "stale" and resetting the
    affected links.
    
    However, the 'tolerance' field of the broadcast link is never set, and
    remains at zero. This renders the whole commit without the intended
    improving effect, but luckily also with no negative effect.
    
    In this commit we add the missing initialization.
    
    Fixes: a4dc70d4 ("tipc: extend link reset criteria for stale packet retransmission")
    Signed-off-by: NJon Maloy <jon.maloy@ericsson.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    047491ea
link.c 59.9 KB