From 618b748f152408b5758a528c69136ec9bde5f907 Mon Sep 17 00:00:00 2001 From: lordttseven Date: Sun, 19 Feb 2012 10:21:16 +0000 Subject: - reverted part of r15609 since apparently the issue is purely limited to ZC_SKILLINFO_LIST, and this change breaks big storages git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15613 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/socket.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/socket.c') diff --git a/src/common/socket.c b/src/common/socket.c index a98a8cbb1..592755d5a 100644 --- a/src/common/socket.c +++ b/src/common/socket.c @@ -219,8 +219,7 @@ int naddr_ = 0; // # of ip addresses // Maximum packet size in bytes, which the client is able to handle. // Larger packets cause a buffer overflow and stack corruption. -// TODO: This value is based on pure observation with newer clients. Replace with the actual buffer size if we ever get our hands on it. -size_t socket_max_client_packet = 8192; +static size_t socket_max_client_packet = 24576; // initial recv buffer size (this will also be the max. size) // biggest known packet: S 0153 .w .?B -> 24x24 256 color .bmp (0153 + len.w + 1618/1654/1756 bytes) -- cgit v1.2.3-60-g2f50