mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
If you are unsure, answer NO :p
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9477 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
b5e5885847
commit
958083a403
@ -239,8 +239,8 @@ void Run()
|
||||
if(iswinxp())
|
||||
{
|
||||
printf_c("You are running Windows 2000 or above, and IOCP support is most likely available.\n"
|
||||
"This removes the socket number limitation of select and is much more efficent.\n"
|
||||
"If you are unsure, answer yes. (You SHOULD NOT be using this, as it MAY not work!\n\n");
|
||||
"This removes the socket number limitation of select and is much more efficent.\n"
|
||||
"If you are unsure, answer no. (You SHOULD NOT be using this, as it MAY not work!)\n\n");
|
||||
|
||||
use_iocp = get_bool_option("Do you want to use the IOCP implementation?", false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user