mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 15:36:37 +02:00
89611887cb
This also adds the MAXLINELENGTH define which is set to 4K+4K+512, it can be used when you are dealing with complete lines (quite rare in the code, mostly in socket code and labeled response). And now also #define READBUFSIZE MAXLINELENGTH but it is used beyond read buffers, als in write buffers of course.