mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Fixed an error in the netcode that would cause the client to d/c on partial packets. Set buffer size to 0xFFFF due to disconnect on really large packets (ie gm packet). Implemented support ticket packets.
This commit is contained in:
parent
cb4171f1fd
commit
c6ac8b2f14
8 changed files with 131 additions and 7 deletions
|
@ -32,6 +32,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
|
||||
public void setConnection(int type, ClientConnection conn)
|
||||
{
|
||||
conn.connType = type;
|
||||
switch (type)
|
||||
{
|
||||
case BasePacket.TYPE_ZONE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue