Skip to content

Commit

Permalink
FD_SETSIZE is set at the ruby level and included automatically by ext…
Browse files Browse the repository at this point in the history
…conf
  • Loading branch information
stakach committed Mar 27, 2012
1 parent bbf256f commit 8840d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/project.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ typedef int SOCKET;

#ifdef OS_WIN32
// 21Sep09: windows limits select() to 64 sockets by default, we increase here (before including winsock2.h)
#define FD_SETSIZE 32767
// 27March12: FD_SETSIZE is set at the ruby level and included automatically by extconf
// #define FD_SETSIZE 32767

#define WIN32_LEAN_AND_MEAN
// Add support for IPv6
Expand Down

0 comments on commit 8840d22

Please sign in to comment.