]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
udp_recv: Close receiver after 5 seconds of inactivitly.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 731387c725312b145efbd7bb9d14350dc2d3b328..2cca4c2ef3d86c1d3c983661a342f8c2abb9c8a6 100644 (file)
--- a/error.h
+++ b/error.h
@@ -234,6 +234,7 @@ extern const char **para_errlist[];
 #define UDP_RECV_ERRORS \
        PARA_ERROR(UDP_SYNTAX, "udp_recv syntax error"), \
        PARA_ERROR(UDP_OVERRUN, "output buffer overrun"), \
+       PARA_ERROR(UDP_TIMEOUT, "timeout reading on UDP socket"), \
 
 
 #define HTTP_RECV_ERRORS \