MCPcopy 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
254static 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_vecFunction · 0.85

Calls 1

msg_vecFunction · 0.70

Tested by

no test coverage detected