This commit is contained in:
aozhiwei 2022-05-06 00:26:06 +08:00
parent 7fb568f767
commit a35f089d02

View File

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