diff options
Diffstat (limited to 'src/io.h')
-rw-r--r-- | src/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ enum { | |||
24 | IO_CLOSED, /* the connection has been closed */ | 24 | IO_CLOSED, /* the connection has been closed */ |
25 | IO_ERROR, /* something wrong... */ | 25 | IO_ERROR, /* something wrong... */ |
26 | IO_REFUSED, /* transfer has been refused */ | 26 | IO_REFUSED, /* transfer has been refused */ |
27 | IO_RETRY, /* please try again */ | ||
27 | IO_LIMITED /* maximum number of bytes reached */ | 28 | IO_LIMITED /* maximum number of bytes reached */ |
28 | }; | 29 | }; |
29 | 30 | ||