MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / StreamingSocket

Method StreamingSocket

JUCE/modules/juce_core/network/juce_Socket.cpp:455–458  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

453
454//==============================================================================
455StreamingSocket::StreamingSocket()
456{
457 SocketHelpers::initSockets();
458}
459
460StreamingSocket::StreamingSocket (const String& host, int portNum, int h)
461 : hostName (host),

Callers

nothing calls this directly

Calls 3

initSocketsFunction · 0.85
isValidPortNumberFunction · 0.85
resetSocketOptionsFunction · 0.85

Tested by

no test coverage detected