Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h747 extern size_t stream_wait_max;
H A Dconfig_file.c81 size_t stream_wait_max = 4 * 1024 * 1024; variable
2321 stream_wait_max = config->stream_wait_size; in config_apply()
/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.c2292 if(stream_wait_count + space > stream_wait_max) { in tcp_req_info_add_result()