STRUCT GNET_ESTIMATO
Section: Linux Networking (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
struct_gnet_estimator - rate estimator configuration
 
SYNOPSIS
struct gnet_estimator {
  signed char interval;
  unsigned char ewma_log;
};  
 
MEMBERS
interval
- 
sampling period
ewma_log
- 
the log of measurement window weight
COPYRIGHT