Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ snd_msg_vec
Function
snd_msg_vec
examples/proxy.c:254–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
static struct msg_vec *snd_msg_vec(struct conn_dir *cd)
255
{
256
return msg_vec(&cd->io_snd_msg);
257
}
258
259
/*
260
* Goes from accept new connection -> create socket, connect to end
Callers
1
send_append_vec
Function · 0.85
Calls
1
msg_vec
Function · 0.70
Tested by
no test coverage detected