Basic functions to receive and send TCP packets to and from the admin network. More...
#include "os_abstraction.h"
#include "tcp.h"
#include "../network_type.h"
#include "../../core/pool_type.hpp"
Go to the source code of this file.
Basic functions to receive and send TCP packets to and from the admin network.
Definition in file tcp_admin.h.
Reasons for removing a company - communicated to admins.
ADMIN_CRR_MANUAL |
The company is manually removed. |
ADMIN_CRR_AUTOCLEAN |
The company is removed due to autoclean. |
ADMIN_CRR_BANKRUPT |
The company went belly-up. |
ADMIN_CRR_END |
Sentinel for end. |
Definition at line 99 of file tcp_admin.h.
enum AdminStatus |
Status of an admin.
ADMIN_STATUS_INACTIVE |
The admin is not connected nor active. |
ADMIN_STATUS_ACTIVE |
The admin is active. |
ADMIN_STATUS_END |
Must ALWAYS be on the end of this list!! (period). |
Definition at line 66 of file tcp_admin.h.
enum AdminUpdateFrequency |
Update frequencies an admin can register.
Definition at line 87 of file tcp_admin.h.
enum AdminUpdateType |
Update types an admin can register a frequency for.
Definition at line 73 of file tcp_admin.h.
enum PacketAdminType |
Enum with types of TCP packets specific to the admin network.
This protocol may only be extended to ensure stability.
Definition at line 28 of file tcp_admin.h.