MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / findPort

Method findPort

util/Socket.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202
203unsigned short Socket::findPort(void)
204{
205 return setupListener(0, false);
206}
207
208
209unsigned short Socket::listen(unsigned short port, bool reuseAddr)

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64