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
ac8fcbdc
Commit
ac8fcbdc
authored
Jun 02, 2022
by
Antoine Kaufmann
Browse files
experiments: use sockets proxy in dist_netperf
parent
1348e96b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
experiments/pyexps/dist_netperf.py
experiments/pyexps/dist_netperf.py
+2
-2
No files found.
experiments/pyexps/dist_netperf.py
View file @
ac8fcbdc
...
@@ -80,10 +80,10 @@ for host_type in host_types:
...
@@ -80,10 +80,10 @@ for host_type in host_types:
c
.
node_config
.
app
.
server_ip
=
servers
[
0
].
node_config
.
ip
c
.
node_config
.
app
.
server_ip
=
servers
[
0
].
node_config
.
ip
# create proxy
# create proxy
lp
=
proxy
.
RDMA
NetProxyListener
()
lp
=
proxy
.
Sockets
NetProxyListener
()
lp
.
name
=
'listener'
lp
.
name
=
'listener'
e
.
add_proxy
(
lp
)
e
.
add_proxy
(
lp
)
cp
=
proxy
.
RDMA
NetProxyConnecter
(
lp
)
cp
=
proxy
.
Sockets
NetProxyConnecter
(
lp
)
cp
.
name
=
'connecter'
cp
.
name
=
'connecter'
e
.
add_proxy
(
cp
)
e
.
add_proxy
(
cp
)
...
...
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