On Tue, Nov 16, 2010 at 10:27 AM, Олег Севостьянов <oleg....@gmail.com> wrote:

> I try to change select.cpp - remove FD_SETSIZE and set 1024 as const,
> and then run my test.

You can either:

* #define FD_SETSIZE 1024 in the 4 places that 0MQ includes
"winsock.h" or "winsock2.h" (zmq.h, select.cpp, select.hpp,
windows.hpp afair)
* -DFD_SETSIZE=1024 in the project

-Pieter
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to