[zeromq-dev] Multicast messages corrupted

Steven McCoy steven.mccoy at miru.hk
Tue Jul 23 15:19:00 CEST 2013


On 22 July 2013 15:06, Alexander Zhitlenok <AZhitlenok at geneva-trading.com>wrote:

>   All works fine, sometimes for hours, however at some unpredictable
> moment we start receiving corrupted messages. After 4-5 corrupted messages,
> our custom C# layer stops receiving messages. I’m not sure yet (still
> testing) does Zmq Cpp-layer still receive messages or not?
>
> **
>
>
>
Ideally it should not be corrupted messages from the wire as each packet is
checksum verified.

This leaves corruption in software and hardware.  You really need to
capture in parallel with other clients to narrow down the scope of
corruption.  The implication in your message is that multiple Windows
machines are receiving and thus it is likely to be somewhere in the
software stack.

Preferably a capture of the wire traffic would be recommended to try
replaying.

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


More information about the zeromq-dev mailing list