DESERT 4.0.0
uwmulti-traffic-control.h File Reference

Go to the source code of this file.

Classes

struct  BufferType
 
class  UwMultiTrafficControl
 

Typedefs

typedef std::map< int, int > UpTrafficMap
 
typedef std::pair< int, int > BehaviorItem
 
typedef std::map< int, BehaviorItemBehaviorMap
 
typedef std::map< int, BehaviorMapDownTrafficMap
 
typedef std::queue< Packet * > Buffer
 
typedef std::map< int, Buffer * > DownTrafficBuffer
 
typedef std::map< int, BufferTypeBufferTrafficFeature
 

Typedef Documentation

◆ BehaviorItem

typedef std::pair<int, int> BehaviorItem

module_id, behavior>

◆ BehaviorMap

typedef std::map<int, BehaviorItem> BehaviorMap

stack_id, behavior>

◆ Buffer

typedef std::queue<Packet *> Buffer

◆ BufferTrafficFeature

typedef std::map<int, BufferType> BufferTrafficFeature

traffic, buffer type

◆ DownTrafficBuffer

typedef std::map<int, Buffer *> DownTrafficBuffer

app_type, PacketQueue

◆ DownTrafficMap

typedef std::map<int, BehaviorMap> DownTrafficMap

app_type, BehaviorMap

◆ UpTrafficMap

typedef std::map<int, int> UpTrafficMap

app_type, module_id>