mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 03:07:51 +00:00
core, network: Add ability to proxy socket packets
This commit is contained in:
parent
0971372b57
commit
ce5b9d370d
28 changed files with 1039 additions and 537 deletions
|
@ -40,8 +40,7 @@ public:
|
|||
static const ConnectionError GENERIC_ERROR;
|
||||
static const ConnectionError LOST_CONNECTION;
|
||||
static const ConnectionError HOST_KICKED;
|
||||
static const ConnectionError MAC_COLLISION;
|
||||
static const ConnectionError CONSOLE_ID_COLLISION;
|
||||
static const ConnectionError IP_COLLISION;
|
||||
static const ConnectionError PERMISSION_DENIED;
|
||||
static const ConnectionError NO_SUCH_USER;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue