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

Method Connect

test/test_socket_options.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 int Connect() const
64 {
65 const auto* psa = (const sockaddr*)&m_sa;
66 return srt_connect(m_caller_sock, psa, sizeof m_sa);
67 }
68
69 SRTSOCKET EstablishConnection()
70 {

Callers

nothing calls this directly

Calls 1

srt_connectFunction · 0.85

Tested by

no test coverage detected