2012/7/5 Pieter Hintjens <[email protected]> > Hi Sharon, > > OK, so socklen_t is definitely signed on your platform. If you would > make an issue in Jira, I'll make a patch for all current 0MQ versions. > > Android NDK has the following typedef:
typedef int socklen_t I wonder why they choose to go against UNIX specs that require socklen_t to be unsigned (see http://pubs.opengroup.org/onlinepubs/7908799/xns/syssocket.h.html)
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
