diff options
Diffstat (limited to 'util/config_file.h')
-rw-r--r-- | util/config_file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/config_file.h b/util/config_file.h index 327eadc..7ffc00a 100644 --- a/util/config_file.h +++ b/util/config_file.h @@ -119,6 +119,8 @@ struct config_file { size_t infra_cache_slabs; /** max number of hosts in the infra cache */ size_t infra_cache_numhosts; + /** min value for infra cache rtt */ + int infra_cache_min_rtt; /** delay close of udp-timeouted ports, if 0 no delayclose. in msec */ int delay_close; |