|
fastcgi++
A C++ FastCGI/Web API
|
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.
Defines everything for interfaces with OS level sockets.
It is this file, along with sockets.hpp, that must be modified to make fastcgi++ work on Windows.
Definition in file sockets.cpp.
1.8.11