[zeromq-dev] Potential Memory Leak in JZMQ 2.x.x running on top of ZeroMQ 3.2.3 for Multicast Publishing?
Steven McCoy
steven.mccoy at miru.hk
Tue Jun 18 13:04:41 CEST 2013
On 17 June 2013 18:30, Chinmay Nerurkar <Chinmay.Nerurkar at fusionts.com>wrote:
> pub.setRate(10000000);
>
pub.setSendBufferSize(24000000);
>
>
>
This sets a transmit speed of 10,000,000,000 bits per second.
Try a setting of 40,000 for 40mb/s.
You have not set the size of the window, it is defaulting to 10 seconds at
the specified rate.
Thus your window size is 100,000,000,000 bits.
--
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130618/85ff9c90/attachment.htm>
More information about the zeromq-dev
mailing list