On 02/17/2011 08:40 AM, Pieter Hintjens wrote: > So we found, yesterday, one reproducible way in 0MQ/2.1.1 (master) to > cause any node to die with this assertion failure > (https://github.com/zeromq/zeromq2/issues/165/#comment_779428).
Fixed in master. When reconnection happens due to the peer closing the socket, it is delayed by RECONNECT_IVL (0.1 sec). This solves the problem at hand, however it still leaves 0MQ vulnerable to DoS attacks. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
