FACT++  1.0
HeadersRateControl.h
Go to the documentation of this file.
1 #ifndef FACT_HeadersRateControl
2 #define FACT_HeadersRateControl
3 
4 namespace RateControl
5 {
6  namespace State
7  {
8  enum states_t
9  {
12  kConnecting, // obsolete, not used
14 
17 
19  };
20  };
21 
22  struct DimThreshold
23  {
24  uint16_t threshold;
25  double begin;
26  double end;
27  } __attribute__((__packed__));
28 }
29 
30 #endif
enum RateControl::State::states_t __attribute__