Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ksnSplitClass Struct Reference

KSNet split class data. More...

#include <net_split.h>

Data Fields

ksnCommandClasskco
 
PblMap * map
 Hash Map to store splitted packets. More...
 
uint16_t packet_number
 Large packet number. More...
 
double last_added
 Last time when record added to map. More...
 
void * data_save
 Allocated data pointer. More...
 

Detailed Description

KSNet split class data.

Field Documentation

void* ksnSplitClass::data_save

Allocated data pointer.

Referenced by ksnSplitCombine(), and ksnSplitFreeRds().

ksnCommandClass* ksnSplitClass::kco

Referenced by ksnSplitInit().

double ksnSplitClass::last_added

Last time when record added to map.

Referenced by ksnSplitCombine(), and ksnSplitInit().

PblMap* ksnSplitClass::map

Hash Map to store splitted packets.

Referenced by ksnSplitCombine(), ksnSplitDestroy(), and ksnSplitInit().

uint16_t ksnSplitClass::packet_number

Large packet number.

Referenced by ksnSplitInit(), and ksnSplitPacket().


The documentation for this struct was generated from the following file: