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
58bf31f8
Commit
58bf31f8
authored
Sep 11, 2006
by
Dan Gebhardt
Browse files
Increased the "kill" threshold when detecting if a node cannot receive data
ACK packets from ops.
parent
e8bb6bca
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelab/bgmon/opsrecv.pl
View file @
58bf31f8
...
...
@@ -35,7 +35,7 @@ my $lastinsert = 0; # Timestamp.
my
%lasttimestamp
;
#prevents adding duplicate entries in DB
my
%duplicatecnt
;
#counters keeping track of duplicate entries.
my
$duplicateKillThresh
=
5
;
#kill node if this many duplicates occur per index
my
$duplicateKillThresh
=
5
0
;
#kill node if this many duplicates occur per index
#
# Turn off line buffering on output
...
...
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