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:
+16
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user