bugfix: incorrect buffer size config

This commit is contained in:
Alexey Rybalchenko
2014-11-21 14:47:12 +01:00
committed by Florian Uhlig
parent e4e88ad1db
commit 65d91b8681
7 changed files with 8 additions and 6 deletions

View File

@@ -164,7 +164,7 @@ int main(int argc, char** argv)
proxy.ChangeState(FairMQProxy::INIT);
proxy.SetProperty(FairMQProxy::InputSocketType, options.inputSocketType);
proxy.SetProperty(FairMQProxy::InputSndBufSize, options.inputBufSize);
proxy.SetProperty(FairMQProxy::InputRcvBufSize, options.inputBufSize);
proxy.SetProperty(FairMQProxy::InputMethod, options.inputMethod);
proxy.SetProperty(FairMQProxy::InputAddress, options.inputAddress);