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

◆ socket_errno()

static int Lila::socket_errno ( )
static

Definition at line 24 of file Server.cpp.

25{
26#ifdef MAYAFLUX_PLATFORM_WINDOWS
27 return WSAGetLastError();
28#else
29 return errno;
30#endif
31}

Referenced by Lila::Server::handle_client(), Lila::Server::read_message(), Lila::Server::server_loop(), and Lila::Server::start().

+ Here is the caller graph for this function: