1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 06:03:13 +02:00

Made the default socket poller use poll() because it is supported on most platforms

This commit is contained in:
Adam
2010-12-24 01:22:07 -05:00
parent a6c8a6a9f2
commit befb4b3644
3 changed files with 194 additions and 7 deletions
+2 -1
View File
@@ -283,11 +283,12 @@ options
*
* Supported:
* - m_socketengine_select
* - m_socketengine_poll
* - m_socketengine_epoll
*
* We recommend using epoll if your operating system supports it (Linux 2.6+).
*/
socketengine = "m_socketengine_select"
socketengine = "m_socketengine_poll"
/*
* The maximum length of passwords