Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
c22f43b8
Commit
c22f43b8
authored
Nov 26, 2012
by
Mark Andrews
Browse files
limit the number of udp dispatches when testing to 4
parent
0a330c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/start.pl
View file @
c22f43b8
...
...
@@ -161,7 +161,7 @@ sub start_server {
if
(
-
e
"
$testdir
/
$server
/named.nosoa
");
$command
.=
"
-T 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
)
{
$command
.=
"
>>named.run 2>&1 &
";
...
...
@@ -177,7 +177,7 @@ sub start_server {
}
else
{
$command
.=
"
-m record,size,mctx
";
$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
";
}
if
(
$restart
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment