Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
unsigned short Socket::findPort(void)
204
{
205
return setupListener(0, false);
206
}
207
208
209
unsigned short Socket::listen(unsigned short port, bool reuseAddr)
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64