This commit is contained in:
aozhiwei 2022-05-06 00:16:23 +08:00
parent d1151d16a3
commit 7fb568f767

View File

@ -77,6 +77,7 @@ public:
static void CreateGameClientSocket(a8::TcpSession **p)
{
*p = new GCClientSession();
p->SetMaxPacketLen(1024 * 1024 * 10);
}
static void GSListeneron_error(a8::TcpListener*, int type, int errorid)