8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +01:00

Users on Windows are hitting the 1024 FD_SETSIZE socket limit

This commit is contained in:
paulbeach 2014-02-03 08:45:47 +00:00
parent 1fa34af586
commit 905d02a0f9

View File

@ -79,7 +79,7 @@
#ifdef WIN_NT
#define FD_SETSIZE 1024
#define FD_SETSIZE 2048
#endif
#ifndef WIN_NT