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
fdd7c11e
Commit
fdd7c11e
authored
Jan 20, 2001
by
Mac Newbold
Browse files
Change delay threshold to 10ms, since that's the minimum delay a node can give.
parent
97c1baf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ir/assign_wrapper.in
View file @
fdd7c11e
...
...
@@ -30,7 +30,7 @@
# delaythresh is the maximum delay in ms above which a delay node is needed
# maxrun is the number of times to rerun assign if no match is found.
# assign is the path to assign
$delaythresh
=
.25
;
$delaythresh
=
10
;
$maxrun
=
5
;
#
...
...
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