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
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user