MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ socket_close()

static void Lila::socket_close ( int  fd)
static

Definition at line 43 of file Server.cpp.

44{
45#ifdef MAYAFLUX_PLATFORM_WINDOWS
46 closesocket(static_cast<SOCKET>(fd));
47#else
48 ::close(fd);
49#endif
50}

Referenced by Lila::Server::cleanup_client(), Lila::Server::start(), and Lila::Server::stop().

+ Here is the caller graph for this function: