On 22 March 2011 21:20, Bob Beaty <[email protected]> wrote: > Steve-O, > I received this assertion this morning: https://gist.github.com/881176and > it's pointing to the fact that data_size == 0, and that seems to be > causing the assertion failure. My question is this: How could this happen? >
Ooh, the packets are so small it causes tpdu_length to be less than the IP header length causing the pre-adjustment to the length passed to pgm_rate_check2 to fail because it takes an unsigned length. -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
