|
Electroneum
|
#include <subnetmod.h>

Public Attributes | |
| hashvalue_type | qinfo_hash |
| struct ecs_data | ecs_client_in |
| struct ecs_data | ecs_client_out |
| struct ecs_data | ecs_server_in |
| struct ecs_data | ecs_server_out |
| int | subnet_downstream |
| int | subnet_sent |
Definition at line 71 of file subnetmod.h.
| struct ecs_data subnet_qstate::ecs_client_in |
ecs_data for client communication
Definition at line 75 of file subnetmod.h.
| struct ecs_data subnet_qstate::ecs_client_out |
Definition at line 76 of file subnetmod.h.
| struct ecs_data subnet_qstate::ecs_server_in |
ecss data for server communication
Definition at line 78 of file subnetmod.h.
| struct ecs_data subnet_qstate::ecs_server_out |
Definition at line 79 of file subnetmod.h.
| hashvalue_type subnet_qstate::qinfo_hash |
We need the hash for both cache lookup and insert
Definition at line 73 of file subnetmod.h.
| int subnet_qstate::subnet_downstream |
Definition at line 80 of file subnetmod.h.
| int subnet_qstate::subnet_sent |
Definition at line 81 of file subnetmod.h.