diff --git a/crypto777/nanosrc/nn_config.h b/crypto777/nanosrc/nn_config.h index 2a781e8c1..74edc6229 100755 --- a/crypto777/nanosrc/nn_config.h +++ b/crypto777/nanosrc/nn_config.h @@ -36,8 +36,8 @@ //#define NN_HAVE_SOCKETPAIR 1 // need one of following 3, listed in order of precedence, used by poller* -//#define NN_USE_POLL 1 -#define NN_USE_EPOLL 1 +#define NN_USE_POLL 1 +//#define NN_USE_EPOLL 1 //#define NN_USE_KQUEUE 1 #define NN_DISABLE_GETADDRINFO_A 1