summaryrefslogtreecommitdiff
path: root/include/inspsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspsocket.h')
-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
{