daemon/worker: start retransmit timer after UDP packet is sent
Previously this was done *before* calling uv_udp_send which lead to many early retransmits (significant amount of time might pass between calling uv_udp_send and the moment the packet is actually send to the wire).
parent
f742d3bc
No related branches found
No related tags found
Loading
Please register or sign in to comment