If i remember well : After sending a message, the size is set to 0 in any case so we can't re-send it (or it will be empty).
But for the buffer it depends if the size of the message is > ZMQ_VSM (=32). if yes => free if no => no free. Olivier. Le jeudi 23 septembre 2010 à 11:00 +0200, Pieter Hintjens a écrit : > 2010/9/23 Ilja Golshtein <[email protected]>: > > > I am not able to recheck at the mopment, > > though I am 99% sure nullifying really takes place in 2.0.7 > > Just retested 2.0.7 and yes, it does nullify the message. > > I'll test 2.0.7 through to current master and see what the heck is > going on here... > > - > Pieter Hintjens > iMatix - www.imatix.com > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
