udp: uring: add comment

This commit is contained in:
Joakim Frostegård 2021-11-14 00:37:12 +01:00
parent c949bde532
commit c5916d9633

View file

@ -252,6 +252,7 @@ pub fn run_socket_worker(
}
if !timeout_set {
// Setup timer to occasionally check if there are pending responses
let user_data = UserData::Timeout;
let timespec_ptr: *const Timespec = &timeout;