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:
brain 2008-04-13 14:21:57 +00:00
parent b5e5885847
commit 958083a403

View File

@ -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);
}