MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / NetworkCoreShutdown

Function NetworkCoreShutdown

src/network/core/core.cpp:44–49  ·  view source on GitHub ↗

* Shuts down the network core (as that is needed for some platforms */

Source from the content-addressed store, hash-verified

42 * Shuts down the network core (as that is needed for some platforms
43 */
44void NetworkCoreShutdown()
45{
46#if defined(_WIN32)
47 WSACleanup();
48#endif
49}

Callers 1

NetworkShutDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected