[zeromq-dev] 0MQ multicast message lost?

Steven McCoy steven.mccoy at miru.hk
Thu Oct 7 17:16:17 CEST 2010


On 7 October 2010 23:06, <ntupel at googlemail.com> wrote:

> On Thu, Oct 7, 2010 at 4:20 PM, Steven McCoy <steven.mccoy at miru.hk> wrote:
> > You are setting the rate limit at 64kbs
>
> I did this:
>
> int64_t rate = 64000;
> receiver.setsockopt(ZMQ_RATE, &rate, sizeof(rate));
>
> According to man zmq_setsockopt the rate unit is kilobits per second
> with the default being 100. So my impression was I was setting it to
> 62.5 mbps. Using 65536000 for example didn't make a difference.
>
>
Oh ok, 0MQ multiplies up, I have measured (8 * 10 * 1000) to be pretty
accurate to 80Mb/s.

What kind of network are you running this on?

-- 
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20101007/f878994b/attachment.htm>


More information about the zeromq-dev mailing list