Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Haivision/srt
/ ConnectionBase
Method
ConnectionBase
testing/testmedia.hpp:67–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
int token = -1;
66
67
ConnectionBase(std::string h, int p): host(h), port(p), source(AF_INET) {}
68
};
69
70
struct Connection: ConnectionBase
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected