[zeromq-dev] Assertion failed: fds.size() <= FD_SETSIZE in select.cpp:67
Christian Gudrian
christian at gudrian.org
Tue Nov 16 10:13:36 CET 2010
Am 16.11.2010 08:42, schrieb Martin Sustrik:
> If someone actually tests that setting FD_SETSIZE to 1024 in 0MQ
> MSVC project doesn't break client applications with different
> FD_SETSIZE values
So the MSVC project file #defines FD_SETSIZE to be 1024? That should
only affect the very files that are contained in that project and none
other.
Does FD_SETSIZE have do be appropriately #defined when including 0MQ the
header files? Do they re#define FD_SETSIZE? That might be a problem.
Christian
More information about the zeromq-dev
mailing list