1
0
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:
Adam
2012-10-26 12:57:25 -04:00
parent 8fd3fc7c13
commit 3b24311db6
+1 -1
View File
@@ -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);