source: trunk/FACT++/src/HeadersRateControl.h@ 14711

Last change on this file since 14711 was 14432, checked in by tbretz, 12 years ago
Marked the kConnecting state as obsolete.
File size: 413 bytes
Line 
1#ifndef FACT_HeadersRateControl
2#define FACT_HeadersRateControl
3
4namespace RateControl
5{
6 namespace State
7 {
8 enum states_t
9 {
10 kDimNetworkNA = 1,
11 kDisconnected,
12 kConnecting, // obsolete, not used
13 kConnected,
14
15 kSettingGlobalThreshold,
16 kGlobalThresholdSet,
17
18 kInProgress,
19 };
20 }
21}
22
23#endif
Note: See TracBrowser for help on using the repository browser.