MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / StreamingSocket

Method StreamingSocket

3rdparty/Amalgamate/juce_core_amalgam.cpp:7242–7249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7240}
7241
7242StreamingSocket::StreamingSocket()
7243 : portNumber (0),
7244 handle (-1),
7245 connected (false),
7246 isListener (false)
7247{
7248 SocketHelpers::initSockets();
7249}
7250
7251StreamingSocket::StreamingSocket (const String& hostName_,
7252 const int portNumber_,

Callers

nothing calls this directly

Calls 2

initSocketsFunction · 0.85
resetSocketOptionsFunction · 0.85

Tested by

no test coverage detected