mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
udp: uring: add comment
This commit is contained in:
parent
c949bde532
commit
c5916d9633
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ pub fn run_socket_worker(
|
||||||
}
|
}
|
||||||
|
|
||||||
if !timeout_set {
|
if !timeout_set {
|
||||||
|
// Setup timer to occasionally check if there are pending responses
|
||||||
let user_data = UserData::Timeout;
|
let user_data = UserData::Timeout;
|
||||||
|
|
||||||
let timespec_ptr: *const Timespec = &timeout;
|
let timespec_ptr: *const Timespec = &timeout;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue