diff options
author | Linus Nordberg <linus@nordu.net> | 2011-03-08 13:37:46 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-03-08 14:23:37 +0100 |
commit | d464ebb9235fe78e6588e95d4d3333d5ee95ca48 (patch) | |
tree | c1a35006abc218813b4425edea4c79bbd3763766 /lib/err.c | |
parent | 657eec7ee5a276521eb456bf648878935e794b6e (diff) |
Timeout implemented in request objects, supported by TCP.
TODO: UDP.
Diffstat (limited to 'lib/err.c')
-rw-r--r-- | lib/err.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ static const char *_errtxt[] = { "connect timeout", /* 16 RSE_TIMEOUT_CONN */ "invalid argument", /* 17 RSE_INVAL */ "I/O timeout", /* 18 RSE_TIMEOUT_IO */ + "timeout", /* 19 RSE_TIMEOUT */ }; #define ERRTXT_SIZE (sizeof(_errtxt) / sizeof(*_errtxt)) |