Re: [Quickfix-developers] receive buffer size?
Brought to you by:
orenmnero
From: Hei C. <str...@ya...> - 2010-06-14 21:34:45
|
I am guessing we can set the send buffer size with SendBufferSize and receive buffer size with ReceiveBufferSize: const char SOCKET_SEND_BUFFER_SIZE[] = "SendBufferSize"; const char SOCKET_RECEIVE_BUFFER_SIZE[] = "ReceiveBufferSize"; It would be nice if someone can confirm it ;) Thanks. Cheers, Hei ________________________________ From: Hei Chan <str...@ya...> To: qui...@li... Sent: Mon, June 14, 2010 2:14:26 PM Subject: [Quickfix-developers] receive buffer size? QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi, According to the release note here: http://www.quickfixengine.org/NEWS, 1.13.x allows the user to set the receive buffer size. However, I don't see the setting on http://www.quickfixengine.org/quickfix/doc/html/configuration.html. How can I set the receive buffer size? Thanks in advance. Cheers, Hei |