commit | 6b7c42eba6e230b96293e0d84107dff2bc5cd594 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Mar 02 15:46:41 2016 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Mar 02 15:46:41 2016 +0100 |
tree | d3f36e1a73a15a682069b1a542212a7bb9faf623 | |
parent | 15b7a988fe9493376e1a2e5b6dfefa3d2b8efdb1 [diff] [blame] |
io CHANGE add partial message timeout Meaning timeout if a full message is not received for too long.
diff --git a/src/config.h.in b/src/config.h.in index e0e997c..172de9a 100644 --- a/src/config.h.in +++ b/src/config.h.in
@@ -31,4 +31,9 @@ */ #define SCHEMAS_DIR "@CMAKE_INSTALL_PREFIX@/@DATA_INSTALL_DIR@" +/* + * Partial message read timeout in seconds + */ +#define NC_READ_TIMEOUT @READ_TIMEOUT@ + #endif /* NC_CONFIG_H_ */