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

Function connect_debug

srtcore/api.cpp:4622–4625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4620// DEVELOPER API
4621
4622int connect_debug(SRTSOCKET u, const struct sockaddr* name, int namelen, int32_t forced_isn)
4623{
4624 return srt::CUDT::connect(u, name, namelen, forced_isn);
4625}
4626
4627int send(SRTSOCKET u, const char* buf, int len, int flags)
4628{

Callers

nothing calls this directly

Calls 1

connectFunction · 0.85

Tested by

no test coverage detected