mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
limit the number of udp dispatches when testing to 4
This commit is contained in:
@@ -161,7 +161,7 @@ sub start_server {
|
|||||||
if (-e "$testdir/$server/named.nosoa");
|
if (-e "$testdir/$server/named.nosoa");
|
||||||
$command .= "-T noaa "
|
$command .= "-T noaa "
|
||||||
if (-e "$testdir/$server/named.noaa");
|
if (-e "$testdir/$server/named.noaa");
|
||||||
$command .= "-c named.conf -d 99 -g";
|
$command .= "-c named.conf -d 99 -g -U 4 ";
|
||||||
}
|
}
|
||||||
if ($restart) {
|
if ($restart) {
|
||||||
$command .= " >>named.run 2>&1 &";
|
$command .= " >>named.run 2>&1 &";
|
||||||
@@ -177,7 +177,7 @@ sub start_server {
|
|||||||
} else {
|
} else {
|
||||||
$command .= "-m record,size,mctx ";
|
$command .= "-m record,size,mctx ";
|
||||||
$command .= "-T clienttest ";
|
$command .= "-T clienttest ";
|
||||||
$command .= "-C resolv.conf -d 99 -g ";
|
$command .= "-C resolv.conf -d 99 -g -U 4 ";
|
||||||
$command .= "-i lwresd.pid -P 9210 -p 5300";
|
$command .= "-i lwresd.pid -P 9210 -p 5300";
|
||||||
}
|
}
|
||||||
if ($restart) {
|
if ($restart) {
|
||||||
|
Reference in New Issue
Block a user