MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
Server.cpp File Reference
#include "Server.hpp"
#include "Commentator.hpp"
#include <cerrno>
#include <cstddef>
#include <fcntl.h>
#include <arpa/inet.h>
#include <netinet/tcp.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <unistd.h>
+ Include dependency graph for Server.cpp:

Go to the source code of this file.

Namespaces

namespace  Lila
 

Functions

static int Lila::socket_errno ()
 
static std::string Lila::socket_error_string (int code)
 
static void Lila::socket_close (int fd)
 
static ssize_t Lila::socket_read (int fd, void *buf, size_t len)
 
static int Lila::set_nonblocking (int fd)