On Sat, Feb 12, 2011 at 12:38 AM, Chuck Remes <[email protected]> wrote:

> So I rewrote the logic to expand the buffer like so:
>  new_sndbuf = (old_sndbuf == 0) ? 32768 : (old_sndbuf * 2048);
>
> However, that code will likely break horribly on linux.

Seems like we've discussed this OS/X issue before...

Wrap it with #ifdef ZMQ_HAVE_OSX, perhaps?

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to