Definitions for Comm. More...
#include <Common/Compat.h>#include "ReactorFactory.h"#include "ReactorRunner.h"#include "Comm.h"#include "IOHandlerAccept.h"#include "IOHandlerData.h"#include <Common/Config.h>#include <Common/Error.h>#include <Common/InetAddr.h>#include <Common/FileUtils.h>#include <Common/ScopeGuard.h>#include <Common/SystemInfo.h>#include <Common/Time.h>#include <cassert>#include <chrono>#include <iostream>#include <thread>#include <errno.h>#include <fcntl.h>#include <netdb.h>#include <netinet/in.h>#include <netinet/tcp.h>#include <sys/socket.h>#include <sys/types.h>#include <arpa/inet.h>
Go to the source code of this file.
Definitions for Comm.
This file contains variable and method definitions for Comm, a singleton class used as the main entry point to the AsyncComm subsystem.
Definition in file Comm.cc.
1.8.8