Skip to content
GitLab
Menu
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
9816d46f
Commit
9816d46f
authored
Apr 18, 2003
by
Mike Hibler
Browse files
mention iptos_ param
parent
0b56dc80
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/tutorial/advanced.html
View file @
9816d46f
...
@@ -370,11 +370,14 @@ example:
...
@@ -370,11 +370,14 @@ example:
$queue0 set q_weight_ 0.004
$queue0 set q_weight_ 0.004
</pre>
</pre>
<li>
CBR
<pre>
<li>
CBR: interval_ and rate_ are two way of specifying the same thing.
iptos_ allows you to set the IP_TOS socket option for a traffic
stream.
<pre>
$cbr0 start
$cbr0 start
$cbr0 set packetSize_ 512
$cbr0 set packetSize_ 512
$cbr0 set interval_ 0.01
$cbr0 set interval_ 0.01
$cbr0 set rate_ 10Mbs
$cbr0 set rate_ 10Mbs
$cbr0 set iptos_ 16
$cbr0 stop
$cbr0 stop
</pre>
</pre>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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