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
0c947459
Commit
0c947459
authored
Jan 29, 2024
by
Antoine Kaufmann
Browse files
experiments: homa experiment disable fragmentation, set queue type
parent
21d7fb71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
experiments/pyexps/e2e_bg_homa.py
experiments/pyexps/e2e_bg_homa.py
+2
-0
No files found.
experiments/pyexps/e2e_bg_homa.py
View file @
0c947459
...
@@ -40,6 +40,7 @@ options = {
...
@@ -40,6 +40,7 @@ options = {
'ns3::TcpSocket::SndBufSize'
:
'524288'
,
'ns3::TcpSocket::SndBufSize'
:
'524288'
,
'ns3::TcpSocket::RcvBufSize'
:
'524288'
,
'ns3::TcpSocket::RcvBufSize'
:
'524288'
,
'ns3::Ipv4GlobalRouting::RandomEcmpRouting'
:
'1'
,
'ns3::Ipv4GlobalRouting::RandomEcmpRouting'
:
'1'
,
'ns3::Ipv4L3Protocol::MayFragment'
:
'false'
,
}
}
...
@@ -70,6 +71,7 @@ for h in types_of_host:
...
@@ -70,6 +71,7 @@ for h in types_of_host:
n_agg_sw
=
1
,
n_agg_sw
=
1
,
n_agg_racks
=
4
,
n_agg_racks
=
4
,
h_per_rack
=
10
,
h_per_rack
=
10
,
queue_type
=
'ns3::HomaPFifoQueue'
,
)
)
...
...
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