We have a high throughput provider application that from time to time disconnects after an OMM Error "Attempt to get rssl buffer failed" is triggered. From what we understand, this can occur when there are issues sending data between the provider and the ADH (network blip, capacity issues, ...).
We increased \Connections\<conn>\guaranteedOutputBuffers to 10000.
a) Apart from the information in the RFA Config Guide, is there any guidance for setting connection parameter values?
b) Should maxOutputBuffers be increased to a similar value to the guaranteed buffers?
c) What value do recvBufferSize/sendBufferSize take when not defined (what is the default size)?
d) What is the impact of setting disconnectOnGetSubmitBufFailed to false (does it block/drop message)?
We are using the RFA 8.1.0 C++ sdk.