mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:42:07 -04:00
wired up the new 'tcp-clients' and 'recursive-clients' options
This commit is contained in:
parent
4c9113533d
commit
1d5114b9a4
1 changed files with 0 additions and 2 deletions
|
|
@ -472,12 +472,10 @@ load_configuration(const char *filename, ns_server_t *server) {
|
|||
|
||||
configure_server_quota(configctx, dns_c_ctx_gettransfersout,
|
||||
&server->xfroutquota, 10);
|
||||
#ifdef notyet
|
||||
configure_server_quota(configctx, dns_c_ctx_gettcpclients,
|
||||
&server->tcpquota, 100);
|
||||
configure_server_quota(configctx, dns_c_ctx_getrecursiveclients,
|
||||
&server->recursionquota, 100);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Configure the interface manager according to the "listen-on"
|
||||
|
|
|
|||
Loading…
Reference in a new issue