mirror of
https://github.com/anope/anope.git
synced 2026-07-03 05:53:12 +02:00
Sometimes zone transfers can be really big
This commit is contained in:
+1
-1
@@ -550,7 +550,7 @@ bool DNSManager::TCPSocket::Client::ProcessWrite()
|
||||
{
|
||||
try
|
||||
{
|
||||
unsigned char buffer[524];
|
||||
unsigned char buffer[65535];
|
||||
unsigned short len = packet->Pack(buffer + 2, sizeof(buffer) - 2);
|
||||
|
||||
short s = htons(len);
|
||||
|
||||
Reference in New Issue
Block a user