Browse Source

test

etomic
jl777 7 years ago
parent
commit
c8c945c3cc
  1. 8
      crypto777/nanosrc/nn_config.h

8
crypto777/nanosrc/nn_config.h

@ -31,13 +31,13 @@
#define NN_HAVE_SEMAPHORE 1 // must have
// need one of following 3, listed in order of precedence, used by efd*
#define NN_HAVE_EVENTFD 1
//#define NN_HAVE_PIPE 1
//#define NN_HAVE_EVENTFD 1
#define NN_HAVE_PIPE 1
//#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

Loading…
Cancel
Save