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

Function test_udp

test/recvsend_bundle.c:719–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719static int test_udp(void)
720{
721 int ret;
722
723 use_tcp = 0;
724 use_port++;
725 ret = run_tests(true);
726 if (ret == T_EXIT_FAIL)
727 fprintf(stderr, "UDP test case (classic=%d) failed\n", classic_buffers);
728 return ret;
729}
730
731int main(int argc, char *argv[])
732{

Callers 1

mainFunction · 0.85

Calls 1

run_testsFunction · 0.70

Tested by

no test coverage detected