| 186 | //------------------------------------------------------------------------------ |
| 187 | |
| 188 | static void Config_timeout_set |
| 189 | ( |
| 190 | uint64_t timeout |
| 191 | ) { |
| 192 | config.timeout = timeout; |
| 193 | } |
| 194 | |
| 195 | // check if new(TIMEOUT_DEFAULT or TIMEOUT_MAX) are used |
| 196 | // log a deprecation message |