|
Ziti C SDK
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | ziti_terminator_precedence_s |
Enumerations | |
| enum | rate_type { EWMA_1m , EWMA_5m , EWMA_15m , MMA_1m , CMA_1m , EWMA_5s , INSTANT } |
| Represents the type and rate of metric to capture. More... | |
| enum | ziti_enroll_mode { ziti_enroll_none = 0 , ziti_enroll_cert , ziti_enroll_token } |
Variables | |
| const struct ziti_terminator_precedence_s | PRECEDENCE |
| enum rate_type |
Represents the type and rate of metric to capture.
Each enum contains the rate type and the expected duration metrics will be gathered
CMA - continually moving average EWMA - exponentially weighted moving average MMA - modified moving average
| Enumerator | |
|---|---|
| EWMA_1m | |
| EWMA_5m | |
| EWMA_15m | |
| MMA_1m | |
| CMA_1m | |
| EWMA_5s | |
| INSTANT | |
| enum ziti_enroll_mode |
| const struct ziti_terminator_precedence_s PRECEDENCE |