#include <sys/types.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <sys/un.h>
#include <time.h>
#include <netdb.h>
#include <fcntl.h>
#include "AP_Types.h"
#include "AP_String.h"
#include "AP_ThreadCriticalSection.h"
#include "AP_Utility.h"
Data Structures | |
class | AP_Socket |
Namespaces | |
namespace | AP |
Architecture Platform. | |
Defines | |
#define | RAW_MAX_CONNECTIONS 16 |
#define | SOCKET_UNIX_PATH (AP_String)"/var/tmp" |
#define RAW_MAX_CONNECTIONS 16 |
#define SOCKET_UNIX_PATH (AP_String)"/var/tmp" |