Skip to content
Snippets Groups Projects
Verified Commit 85772a5d authored by Štěpán Balážik's avatar Štěpán Balážik Committed by Tomas Krizek
Browse files

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
1 merge request!1047improve precision of UDP timeout measurement
Pipeline #68654 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment