io-uring: add sendmsg
This commit is contained in:
parent
9416efeabe
commit
e4f97287bc
17 changed files with 493 additions and 191 deletions
|
|
@ -142,7 +142,7 @@ impl TestTransport {
|
|||
self.run.state.eng.spawn(
|
||||
Outgoing {
|
||||
tc: self.clone(),
|
||||
buf: BufFdOut::new(&self.socket, &self.run.state.ring, &self.run.state.wheel),
|
||||
buf: BufFdOut::new(&self.socket, &self.run.state.ring),
|
||||
buffers: Default::default(),
|
||||
}
|
||||
.run(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue