commit | 38fff7929e1845a77e9d8694ed0dbafa0f888365 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Feb 02 15:50:17 2016 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Feb 02 15:50:17 2016 +0100 |
tree | 390b23e1b1d69d023977fa23522c8b5efe54216e | |
parent | 1e5a9e8f619c88598abb52e4b21946d49b6f936d [diff] |
netconf CHANGE timeout step increased
diff --git a/src/netconf.h b/src/netconf.h index 4322d07..25fb9cb 100644 --- a/src/netconf.h +++ b/src/netconf.h
@@ -43,7 +43,7 @@ #define NC_PORT_CH_TLS 6667 /** @brief Microseconds after which tasks are repeated until the full timeout elapses */ -#define NC_TIMEOUT_STEP 10 +#define NC_TIMEOUT_STEP 100 /** * @brief Enumeration of reasons of the NETCONF session termination as defined in RFC 6470.