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
emulab
emulab-devel
Commits
1098459c
Commit
1098459c
authored
Nov 19, 2012
by
Mike Hibler
Browse files
Argh! Make sure DoesPing really goes 2 seconds like I claim.
parent
0594b2b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libreboot.pm.in
View file @
1098459c
...
...
@@ -1006,7 +1006,7 @@ sub DoesPing {
$saveuid = $UID;
$UID = 0;
system("$ping -q -i 0.25 -c
8
-t 2 $pc >/dev/null 2>&1");
system("$ping -q -i 0.25 -c
9
-t 2 $pc >/dev/null 2>&1");
$UID = $saveuid;
$status = $? >> 8;
...
...
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