]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
More numerics.h conversion
[user/henk/code/inspircd.git] / include / inspircd.h
index fc0f2a04e03fa0635e2f1fe08fcd361d57afe380..50dc5c73bbdd3ccfd3ac0e540b255909cb5ac9e8 100644 (file)
@@ -349,7 +349,8 @@ class CoreExport InspIRCd : public classbase
         */
        time_t OLDTIME;
 
-       /** A 64k buffer used to read client lines into
+       /** A 64k buffer used to read socket data into
+        * NOTE: update ValidateNetBufferSize if you change this
         */
        char ReadBuffer[65535];