ANNA Suite  2020b
Multipurpose development suite for Telco applications
Public Types | List of all members
anna::comm::CongestionController::Advice Struct Reference

#include <CongestionController.hpp>

Public Types

enum  _v { None, Process, Discard }
 

Detailed Description

Posibles resultados de CongestionController::getAdvice.

Member Enumeration Documentation

◆ _v

Enumerator
None 

No hay datos para tomar una decision.

Process 

Se puede procesar el mensaje sin contribuir a la congestion

Discard 

Se aconseja descartar para limitar la congestion

74  {
75  None,
76  Process,
77  Discard
78  };
Definition: CongestionController.hpp:77
Definition: CongestionController.hpp:75
Definition: CongestionController.hpp:76

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