MCPcopy Create free account
hub / github.com/ddnet/ddnet / NetType

Method NetType

src/engine/shared/network.h:484–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482 NETSOCKET Socket() const { return m_Socket; }
483 CNetBan *NetBan() const { return m_pNetBan; }
484 int NetType() const { return net_socket_type(m_Socket); }
485 int MaxClients() const { return m_MaxClients; }
486
487 void SendTokenSixup(NETADDR &Addr, SECURITY_TOKEN Token);

Callers 3

ConnectMethod · 0.45
OnServerInfoUpdateMethod · 0.45
RefreshMethod · 0.45

Calls 1

net_socket_typeFunction · 0.85

Tested by

no test coverage detected