X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fuid.h;h=c00161cac2104a533df6dc2762b8c390552ee5c7;hb=b0f16081ccaef527ed4b5434a7264508cf455f39;hp=aeacb977acd82246d6b985c8211398407ce5af71;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/uid.h b/include/uid.h index aeacb977a..c00161cac 100644 --- a/include/uid.h +++ b/include/uid.h @@ -36,8 +36,7 @@ class CoreExport UIDGenerator public: /** * This is the maximum length of a UUID (unique user identifier). - * This length is set in compliance with TS6 protocol, and really should not be changed. Ever. - * It allows for a lot of clients as-is. -- w00t. + * It allows up to 12,960 servers and 2,176,782,336 users per server. */ static const unsigned int UUID_LENGTH = 9;