Skip to content

Commit

Permalink
o2sim: create ipc socket files in tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sawenzel committed Aug 4, 2020
1 parent ec0fde9 commit 098986c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions run/o2simtopology.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"type":"req",
"method":"connect",
"address":"ipc://primary-get_25005",
"address":"ipc:///tmp/primary-get_25005",
"sndBufSize":"100000",
"rcvBufSize":"100000",
"rateLogging":"0"
Expand All @@ -23,7 +23,7 @@
{
"type":"push",
"method":"connect",
"address":"ipc://hitmerger-simdata_25009",
"address":"ipc:///tmp/hitmerger-simdata_25009",
"sndBufSize":1000,
"rcvBufSize":1000,
"rateLogging":0
Expand All @@ -41,7 +41,7 @@
{
"type":"rep",
"method":"bind",
"address":"ipc://primary-get_25005",
"address":"ipc:///tmp/primary-get_25005",
"sndBufSize":100000,
"rcvBufSize":100000,
"rateLogging":0
Expand All @@ -59,7 +59,7 @@
{
"type":"req",
"method":"connect",
"address":"ipc://primary-get_25005",
"address":"ipc:///tmp/primary-get_25005",
"sndBufSize":"1000",
"rcvBufSize":"1000",
"rateLogging":"0"
Expand All @@ -72,7 +72,7 @@
{
"type":"pull",
"method":"bind",
"address":"ipc://hitmerger-simdata_25009",
"address":"ipc:///tmp/hitmerger-simdata_25009",
"sndBufSize":1000,
"rcvBufSize":1000,
"rateLogging":0
Expand Down

0 comments on commit 098986c

Please sign in to comment.