Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
e2506d45
"...composable_kernel.git" did not exist on "e84c2a332328de34c24d5d2c2e6aa4ed9b3cf9d1"
Commit
e2506d45
authored
Jun 01, 2022
by
Hejing Li
Browse files
ns3-dctcp.sh fix comment
parent
0b1e0eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
experiments/pyexps/ae/ns3-dctcp.sh
experiments/pyexps/ae/ns3-dctcp.sh
+6
-9
No files found.
experiments/pyexps/ae/ns3-dctcp.sh
View file @
e2506d45
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
###########################################################################
###########################################################################
# This script runs dctcp experiment in standalone ns-3
# This script runs dctcp experiment in standalone ns-3
#
#
##### build dctcp-
modes
.cc example in ns-3
##### build dctcp-
cwnd-devred
.cc example in ns-3
##### cp examples/tcp/dctcp-
modes
.cc scratch/
dctcp-modes.cc
##### cp examples/tcp/dctcp-
cwnd-devred
.cc scratch/
##### ./waf
##### ./waf
##### ./ns3-dctcp.sh [num_core]
##### ./ns3-dctcp.sh [num_core]
...
@@ -38,14 +38,11 @@ OUTDIR_BASE="$EHSIM_BASE/experiments/pyexps"
...
@@ -38,14 +38,11 @@ OUTDIR_BASE="$EHSIM_BASE/experiments/pyexps"
cd
$NS3_BASE
cd
$NS3_BASE
k_start
=
0
k_start
=
0
k_end
=
199680
k_end
=
199680
#k_step=2080
k_step
=
16640
#k_end=199680
k_step
=
8320
#mtus="1500 4000 9000"
mtus
=
"4000"
mtus
=
"4000"
# link latency corresponds to RTT latency 1us 10us 100us 200us
#
latencies="167ns 1670ns 16us 33us"
#
This is the RTT
latencies
=
"
16
us"
latencies
=
"
50
us"
cores
=
$1
cores
=
$1
echo
$cores
echo
$cores
...
...
Write
Preview
Markdown
is supported
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