mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
udp: uring: rename SendBuffers.mark_index_as_free
This commit is contained in:
parent
442ae5154e
commit
3cf6e30159
2 changed files with 2 additions and 2 deletions
|
|
@ -327,7 +327,7 @@ impl SocketWorker {
|
|||
// by kernel
|
||||
unsafe {
|
||||
self.send_buffers
|
||||
.mark_index_as_free(send_buffer_index as usize);
|
||||
.mark_buffer_as_free(send_buffer_index as usize);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue