mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: io_uring: improve docs
This commit is contained in:
parent
b1908329e5
commit
7116fdd862
1 changed files with 1 additions and 3 deletions
|
|
@ -134,9 +134,7 @@ impl SocketWorker {
|
|||
|
||||
let recv_sqe = recv_helper.create_entry(buf_ring.bgid());
|
||||
|
||||
// This timeout enables regular updates of pending_scrape_valid_until
|
||||
// and wakes the main loop to send any pending responses in the case
|
||||
// of no incoming requests
|
||||
// This timeout enables regular updates of peer_valid_until
|
||||
let pulse_timeout_sqe = {
|
||||
let timespec_ptr = Box::into_raw(Box::new(Timespec::new().sec(1))) as *const _;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue