summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-11 23:45:06 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-11 23:45:06 +0000
commit6c9c92581197e5e4843473f7aa6ae41f912cab11 (patch)
tree0744239babed2a191c2fa0ed68f49333cf3056f5
parentd366c5bb5db1151d5ad078fcf1e1b3e1d1ed8f71 (diff)
Fix a comment.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10523 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--include/inspsocket.h8
1 files changed, 3 insertions, 5 deletions
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
{