1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 10:43:14 +02:00

Added an epoll socket engine

This commit is contained in:
Adam
2010-07-08 22:19:13 -04:00
parent 8f8b1e46d6
commit 1cf4ebb231
17 changed files with 864 additions and 463 deletions
+16 -5
View File
@@ -287,11 +287,6 @@ options
*/
encryption = "enc_none enc_sha1 enc_sha256 enc_md5 enc_old"
/*
* The maximum length of passwords
*/
passlen = 32
/*
* The database modules are used for saving and loading databases for Anope.
*
@@ -303,6 +298,22 @@ options
*/
database = "db_plain"
/*
* The socket engine modules are used for managing connections to and from Anope
*
* Supported:
* - m_socketengine_select
* - m_socketengine_epoll
*
* We recommend using epoll if your operating system supports it.
*/
socketengine = "m_socketengine_epoll"
/*
* The maximum length of passwords
*/
passlen = 32
/*
* These keys are used to initiate the random number generator. These numbers
* MUST be random as you want your passcodes to be random. Don't give these