socketengine.h File Reference
#include <vector>
#include <string>
#include <map>
#include "inspircd_config.h"
#include "base.h"
Include dependency graph for socketengine.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumeration Type Documentation
|
|
Types of event an EventHandler may receive.
EVENT_READ is a readable file descriptor, and EVENT_WRITE is a writeable file descriptor. EVENT_ERROR can always occur, and indicates a write error or read error on the socket, e.g. EOF condition or broken pipe. - Enumerator:
-
| EVENT_READ |
Read event. |
| EVENT_WRITE |
Write event. |
| EVENT_ERROR |
Error event. |
Definition at line 30 of file socketengine.h. |