1
This commit is contained in:
parent
7fb568f767
commit
a35f089d02
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user