Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ ~NetworkServer
Method
~NetworkServer
src/OpenLoco/src/Network/NetworkServer.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
constexpr uint32_t kPingInterval = 30;
20
21
NetworkServer::~NetworkServer()
22
{
23
close();
24
}
25
26
void NetworkServer::listen(const std::string& bind, port_t port)
27
{
Callers
nothing calls this directly
Calls
1
close
Function · 0.70
Tested by
no test coverage detected