From: Tuong Lien <tuong.t.l...@dektech.com.au> Date: Mon, 17 Jun 2019 12:15:42 +0700
> In patch series, commit 9195948fbf34 ("tipc: improve TIPC throughput by > Gap ACK blocks"), as for simplicity, the repeated retransmit failures' > detection in the function - "tipc_link_retrans()" was kept there for > broadcast retransmissions only. > > This commit now reapplies this feature for link unicast retransmissions > that has been done via the function - "tipc_link_advance_transmq()". > > Also, the "tipc_link_retrans()" is renamed to "tipc_link_bc_retrans()" > as it is used only for broadcast. > > Acked-by: Jon Maloy <jon.ma...@ericsson.se> > Signed-off-by: Tuong Lien <tuong.t.l...@dektech.com.au> Applied, thank you.