Skip to content

Commit

Permalink
Increase the default size of FD_SETSIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Jul 5, 2022
1 parent 9efb7a1 commit 0548de7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <vector>
#ifdef _WIN32
# include <io.h>
# define FD_SETSIZE 1024
# include <winsock2.h>
#else
# include <poll.h>
Expand Down

0 comments on commit 0548de7

Please sign in to comment.