From 6c9c92581197e5e4843473f7aa6ae41f912cab11 Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 11 Sep 2008 23:45:06 +0000 Subject: Fix a comment. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10523 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspsocket.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'include/inspsocket.h') diff --git a/include/inspsocket.h b/include/inspsocket.h index 13dacc90b..9b24c2e85 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -94,11 +94,9 @@ class CoreExport SocketTimeout : public Timer * can use for TCP socket support. It is fully integrated * into InspIRCds socket loop and attaches its sockets to * the core's instance of the SocketEngine class, meaning - * that any sockets you create have the same power and - * abilities as a socket created by the core itself. - * To use BufferedSocket, you must inherit a class from it, - * and use the BufferedSocket constructors to establish connections - * and bindings. + * that all use is fully asynchronous. + * + * To use BufferedSocket, you must inherit a class from it. */ class CoreExport BufferedSocket : public EventHandler { -- cgit v1.2.3