Searched refs:CONFIG_FDSET_INCR (Results 1 – 3 of 3) sorted by relevance
945 server.maxclients + CONFIG_FDSET_INCR)948 server.maxclients + CONFIG_FDSET_INCR) == AE_ERR)
199 #define CONFIG_FDSET_INCR (CONFIG_MIN_RESERVED_FDS+96) macro
2051 server.el = aeCreateEventLoop(server.maxclients+CONFIG_FDSET_INCR); in initServer()