Networking Overhaul: Modern packets, buffers, handshake, dispatch & security hardening

See Readme
This commit is contained in:
rtw1x1
2026-02-08 07:36:07 +00:00
parent 058589ca1b
commit cda1c73bd3
72 changed files with 3612 additions and 6155 deletions

View File

@@ -26,7 +26,6 @@
#include "PythonTextTail.h"
#include "PythonSkill.h"
#include "PythonSystem.h"
//#include "PythonNetworkDatagram.h"
#include "PythonNetworkStream.h"
#include "PythonCharacterManager.h"
#include "PythonQuest.h"
@@ -327,7 +326,6 @@ class CPythonApplication : public CMSApplication, public CInputKeyboard, public
CServerStateChecker m_kServerStateChecker;
CPythonGraphic m_pyGraphic;
CPythonNetworkStream m_pyNetworkStream;
//CPythonNetworkDatagram m_pyNetworkDatagram;
CPythonPlayer m_pyPlayer;
CPythonIME m_pyIme;
CPythonItem m_pyItem;