Skip to content
Snippets Groups Projects

Draft: selection: balance the choice of IPv4/IPv6 servers when RTT cache is clear

Closed Štěpán Balážik requested to merge selection-balance-ip-versions into master
Viewing commit ecfb7fa8
Show latest version
1 file
+ 1
1
Preferences
Compare changes
+ 1
1
@@ -1361,7 +1361,7 @@ static int udp_task_step(struct qr_task *task,
@@ -1361,7 +1361,7 @@ static int udp_task_step(struct qr_task *task,
/* Announce and start subrequest.
/* Announce and start subrequest.
* @note Only UDP can lead I/O as it doesn't touch 'task->pktbuf' for reassembly.
* @note Only UDP can lead I/O as it doesn't touch 'task->pktbuf' for reassembly.
*/
*/
subreq_lead(task);
// subreq_lead(task);
return kr_ok();
return kr_ok();
}
}