#include <unistd.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <string.h>
#include <errno.h>
#include "assa/Logger.h"
#include "assa/EventHandler.h"
#include "assa/Reactor.h"
#include "assa/TimeVal.h"
#include "assa/Address.h"
#include "assa/Socket.h"
Go to the source code of this file.
Namespaces | |
namespace | ASSA |
Defines | |
#define | SH SERVICE_HANDLER |
#define | PC PEER_CONNECTOR |
Enumerations | |
enum | ConnectMode { sync, async } |
Definition in file Connector.h.
|
Definition at line 197 of file Connector.h. |
|
Definition at line 196 of file Connector.h. |
|
Definition at line 43 of file Connector.h.
|