Skip to content

Commit

Permalink
Win32: Change FD_SETSIZE from 512 to 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Sep 2, 2020
1 parent f26c714 commit 2b484ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/selectmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
FD_SETSIZE higher before this; e.g., via compiler /D switch.
*/
#if defined(MS_WINDOWS) && !defined(FD_SETSIZE)
#define FD_SETSIZE 512
#define FD_SETSIZE 2048
#endif

#if defined(HAVE_POLL_H)
Expand Down

0 comments on commit 2b484ce

Please sign in to comment.