mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
1614. [port] win32: silence resource limit messages. [RT# 11101]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -8,7 +8,7 @@
|
|||||||
1615. [port] Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
|
1615. [port] Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
|
||||||
it is defined.
|
it is defined.
|
||||||
|
|
||||||
1614. [placeholder] rt11101
|
1614. [port] win32: silence resource limit messages. [RT# 11101]
|
||||||
|
|
||||||
1613. [placeholder] rt11119
|
1613. [placeholder] rt11119
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: config.c,v 1.47 2004/03/16 05:52:14 marka Exp $ */
|
/* $Id: config.c,v 1.48 2004/04/19 23:09:51 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -44,14 +44,17 @@
|
|||||||
|
|
||||||
static char defaultconf[] = "\
|
static char defaultconf[] = "\
|
||||||
options {\n\
|
options {\n\
|
||||||
# blackhole {none;};\n\
|
# blackhole {none;};\n"
|
||||||
coresize default;\n\
|
#ifndef WIN32
|
||||||
|
" coresize default;\n\
|
||||||
datasize default;\n\
|
datasize default;\n\
|
||||||
deallocate-on-exit true;\n\
|
files default;\n\
|
||||||
|
stacksize default;\n"
|
||||||
|
#endif
|
||||||
|
" deallocate-on-exit true;\n\
|
||||||
# directory <none>\n\
|
# directory <none>\n\
|
||||||
dump-file \"named_dump.db\";\n\
|
dump-file \"named_dump.db\";\n\
|
||||||
fake-iquery no;\n\
|
fake-iquery no;\n\
|
||||||
files default;\n\
|
|
||||||
has-old-clients false;\n\
|
has-old-clients false;\n\
|
||||||
heartbeat-interval 60;\n\
|
heartbeat-interval 60;\n\
|
||||||
host-statistics no;\n\
|
host-statistics no;\n\
|
||||||
@@ -77,7 +80,6 @@ options {\n\
|
|||||||
serial-queries 20;\n\
|
serial-queries 20;\n\
|
||||||
serial-query-rate 20;\n\
|
serial-query-rate 20;\n\
|
||||||
server-id none;\n\
|
server-id none;\n\
|
||||||
stacksize default;\n\
|
|
||||||
statistics-file \"named.stats\";\n\
|
statistics-file \"named.stats\";\n\
|
||||||
statistics-interval 60;\n\
|
statistics-interval 60;\n\
|
||||||
tcp-clients 100;\n\
|
tcp-clients 100;\n\
|
||||||
|
Reference in New Issue
Block a user