"...composable_kernel.git" did not exist on "e84c2a332328de34c24d5d2c2e6aa4ed9b3cf9d1"
Commit e2506d45 authored by Hejing Li's avatar Hejing Li
Browse files

ns3-dctcp.sh fix comment

parent 0b1e0eb6
...@@ -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="16us" latencies="50us"
cores=$1 cores=$1
echo $cores echo $cores
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment