Home
last modified time | relevance | path

Searched refs:stream_wait_max (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h768 extern size_t stream_wait_max;
H A Dconfig_file.c81 size_t stream_wait_max = 4 * 1024 * 1024; variable
2363 stream_wait_max = config->stream_wait_size; in config_apply()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2303 if(stream_wait_count + space > stream_wait_max) { in tcp_req_info_add_result()