MCPcopy Create free account
hub / github.com/Haivision/srt / srt_setsockflag

Function srt_setsockflag

srtcore/srt_c_api.cpp:177–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175int srt_getsockflag(SRTSOCKET u, SRT_SOCKOPT opt, void* optval, int* optlen)
176{ return CUDT::getsockopt(u, 0, opt, optval, optlen); }
177int srt_setsockflag(SRTSOCKET u, SRT_SOCKOPT opt, const void* optval, int optlen)
178{ return CUDT::setsockopt(u, 0, opt, optval, optlen); }
179
180int srt_send(SRTSOCKET u, const char * buf, int len) { return CUDT::send(u, buf, len, 0); }
181int srt_recv(SRTSOCKET u, char * buf, int len) { return CUDT::recv(u, buf, len, 0); }

Callers 15

OptionProxyClass · 0.85
AcceptMethod · 0.85
ConnectMethod · 0.85
setupMethod · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
setupMethod · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
setupMethod · 0.85
TESTFunction · 0.85

Calls 1

setsockoptFunction · 0.85

Tested by 15

setupMethod · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
setupMethod · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
setupMethod · 0.68
TESTFunction · 0.68
setupMethod · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68