MCPcopy Create free account
hub / github.com/axboe/liburing / do_setsockopt

Function do_setsockopt

test/napi-test.c:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31static unsigned current_byte = 0;
32
33static void do_setsockopt(int fd, int level, int optname, int val)
34{
35 int ret = setsockopt(fd, level, optname, &val, sizeof(val));
36
37 assert(ret == 0);
38}
39
40static int sender(int queue_flags)
41{

Callers 1

receiverFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected