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)
buffer.ChangeState(FairMQBuffer::INIT);
buffer.SetProperty(FairMQBuffer::InputSocketType, options.inputSocketType);
buffer.SetProperty(FairMQBuffer::InputSndBufSize, options.inputBufSize);
buffer.SetProperty(FairMQBuffer::InputRcvBufSize, options.inputBufSize);
buffer.SetProperty(FairMQBuffer::InputMethod, options.inputMethod);
buffer.SetProperty(FairMQBuffer::InputAddress, options.inputAddress);