Blame SOURCES/bind-99-socket-maxevents.patch

900526
diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c
900526
index 05eaeaa..82d0d16 100644
900526
--- a/lib/isc/unix/socket.c
900526
+++ b/lib/isc/unix/socket.c
900526
@@ -214,7 +214,7 @@ typedef enum { poll_idle, poll_active, poll_checking } pollstate_t;
900526
  */
900526
 #if defined(USE_KQUEUE) || defined(USE_EPOLL) || defined(USE_DEVPOLL)
900526
 #ifndef ISC_SOCKET_MAXEVENTS
900526
-#define ISC_SOCKET_MAXEVENTS	64
900526
+#define ISC_SOCKET_MAXEVENTS	2048
900526
 #endif
900526
 #endif
900526