Thanks for implementing this, John. One minor comment I have is that the name ZMQ_SNDMORE does not seem right for what it's doing (at least not to me), maybe something like ZMQ_MULTIPART would indicate that the vector should be interpreted as a single multipart message.
On Wed, Feb 8, 2012 at 12:32 PM, Pieter Hintjens <[email protected]> wrote: > On Tue, Feb 7, 2012 at 10:29 AM, john skaller > <[email protected]> wrote: > > > I have just implemented: > > int zmq_sendv (void *s_, iovec *a_, size_t count_, int flags_) > > Yay! > > You didn't make a pull request though, how can we play with this? > > -Pieter > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > -- -Nadav
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
