Sure, all my posts are submitted under MIT license.
On 7/6/10, Pieter Hintjens <[email protected]> wrote: > > > Dhammika, > > Thanks for the patch. We'll apply it asap. Please confirm you submit it > under MIT license... thanks. > > -Pieter > > Sent from my Android mobile phone. > > > On Jul 6, 2010 8:01 AM, "Dhammika Pathirana" <[email protected]> wrote: > > Patch to handle SIGPIPE in send(). > SIGPIPE behavior is not consistent even across *ix platforms. Linux > has MSG_NOSIGNAL and Mac supports SO_NOSIGPIPE. Best option is to set > SIG_IGN, but it's more of an application setting. We should document > this. > > _______________________________________________ > 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 > > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
