|
|||
|
|||
|
#include "timer.h"Include dependency graph for inspsocket.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | SocketTimeout |
| Used to time out socket connections. More... | |
| class | BufferedSocket |
| BufferedSocket is an extendable socket class which modules can use for TCP socket support. More... | |
Enumerations | |
| enum | BufferedSocketState { I_DISCONNECTED, I_CONNECTING, I_CONNECTED, I_ERROR } |
| States which a socket may be in. More... | |
| enum | BufferedSocketError { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND, I_ERR_RESOLVE, I_ERR_WRITE, I_ERR_NOMOREFDS } |
| Error types which a socket may exhibit. More... | |
|
|
Error types which a socket may exhibit.
Definition at line 37 of file inspsocket.h. |
|
|
States which a socket may be in.
Definition at line 22 of file inspsocket.h. |