[zeromq-dev] Assertion failed: fds.size() <= FD_SETSIZE in select.cpp:67
Christian Gudrian
christian at gudrian.org
Tue Nov 16 10:32:25 CET 2010
Am 16.11.2010 10:27, schrieb Олег Севостьянов:
> I try to change select.cpp - remove FD_SETSIZE and set 1024 as
> const, and then run my test.
FD_SETSIZE is used internally by the Winsock headers as well so just
replacing it with a constant in the 0MQ sources will not do the trick.
Did you actually try to define FD_SETSIZE via the project options?
Christian
More information about the zeromq-dev
mailing list