mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
bugfix: incorrect buffer size config
This commit is contained in:
committed by
Florian Uhlig
parent
e4e88ad1db
commit
65d91b8681
@@ -119,6 +119,7 @@ int main(int argc, char** argv)
|
||||
|
||||
client.SetProperty(FairMQExampleClient::OutputSocketType, "req", 0);
|
||||
client.SetProperty(FairMQExampleClient::OutputSndBufSize, 10000, 0);
|
||||
client.SetProperty(FairMQExampleClient::OutputRcvBufSize, 10000, 0);
|
||||
client.SetProperty(FairMQExampleClient::OutputMethod, "connect", 0);
|
||||
client.SetProperty(FairMQExampleClient::OutputAddress, "tcp://localhost:5005", 0);
|
||||
|
||||
|
@@ -72,6 +72,7 @@ int main(int argc, char** argv)
|
||||
|
||||
server.SetProperty(FairMQExampleServer::InputSocketType, "rep", 0);
|
||||
server.SetProperty(FairMQExampleServer::InputSndBufSize, 10000, 0);
|
||||
server.SetProperty(FairMQExampleServer::InputRcvBufSize, 10000, 0);
|
||||
server.SetProperty(FairMQExampleServer::InputMethod, "bind", 0);
|
||||
server.SetProperty(FairMQExampleServer::InputAddress, "tcp://*:5005", 0);
|
||||
|
||||
|
Reference in New Issue
Block a user