blocxx
|
#include "blocxx/BLOCXX_config.h"
#include "blocxx/ServerSocketImpl.hpp"
#include "blocxx/Format.hpp"
#include "blocxx/ByteSwap.hpp"
#include "blocxx/FileSystem.hpp"
#include "blocxx/File.hpp"
#include "blocxx/Thread.hpp"
#include "blocxx/SocketUtils.hpp"
#include "blocxx/System.hpp"
#include "blocxx/TimeoutTimer.hpp"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <fcntl.h>
#include <cerrno>
Go to the source code of this file.
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Taken from RFC 1321. | |
Defines | |
#define | INVALID_SOCKET -1 |
#define INVALID_SOCKET -1 |
Definition at line 63 of file ServerSocketImpl.cpp.
Referenced by BLOCXX_NAMESPACE::ServerSocketImpl::close(), BLOCXX_NAMESPACE::ServerSocketImpl::doListen(), and BLOCXX_NAMESPACE::ServerSocketImpl::doListenUDS().