Christian, >> More or less. It would be nice to call select() in client app to see >> whether it works ok. > > FD_SETSIZE is still #defined to 64 in client applications even if 0MQ > itself got compiled with FD_SETSIZE=1024. select() still appears to > work, but that's no surprise since it's FD_SETSIZE agnostic and just > looks at the fd_set.fd_count member.
Thanks for checking it! I'll fix the master shortly. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
