Go to the source code of this file.
|
| #define | EMSGSIZE 97 /* The message is too long. */ |
| |
| #define | ECONNRESET 131 /* The connection was reset by the peer. */ |
| |
| #define | ETIMEDOUT 145 /* The connection has timed out. */ |
| |
| #define | ECONNREFUSED 146 /* The connection was refused. */ |
| |
| #define EMSGSIZE 97 /* The message is too long. */ |
| #define ECONNRESET 131 /* The connection was reset by the peer. */ |
| #define ETIMEDOUT 145 /* The connection has timed out. */ |
| #define ECONNREFUSED 146 /* The connection was refused. */ |