fastcgi++
A C++ FastCGI/Web API
sockets.cpp File Reference

Defines everything for interfaces with OS level sockets. More...

#include "fastcgi++/sockets.hpp"
#include "fastcgi++/log.hpp"
#include <sys/epoll.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <netdb.h>
#include <unistd.h>
#include <fcntl.h>
#include <pwd.h>
#include <grp.h>
#include <cstring>

Go to the source code of this file.

Detailed Description

Defines everything for interfaces with OS level sockets.

Author
Eddie Carle <eddie.nosp@m.@isa.nosp@m.tec.c.nosp@m.a>
Date
May 3, 2017

It is this file, along with sockets.hpp, that must be modified to make fastcgi++ work on Windows.

Definition in file sockets.cpp.