Package com.facebook.openwifi.rrm.rca
Class RCAConfig.StationPingerParams
- java.lang.Object
-
- com.facebook.openwifi.rrm.rca.RCAConfig.StationPingerParams
-
-
Field Summary
Fields Modifier and Type Field Description int
executorThreadCount
Number of executor threads for ping tasks (STATIONPINGERPARAMS_EXECUTORTHREADCOUNT
)int
pingCount
The number of pings to send to each station (STATIONPINGERPARAMS_PINGCOUNT
)int
pingIntervalSec
How often to ping each station, in seconds (or 0 to disable) (STATIONPINGERPARAMS_PINGINTERVALSEC
)int
staleStateThresholdMs
Ignore state records older than this interval (in ms) (STATIONPINGERPARAMS_STALESTATETHRESHOLDMS
)
-
Constructor Summary
Constructors Constructor Description StationPingerParams()
-
-
-
Field Detail
-
pingIntervalSec
public int pingIntervalSec
How often to ping each station, in seconds (or 0 to disable) (STATIONPINGERPARAMS_PINGINTERVALSEC
)
-
pingCount
public int pingCount
The number of pings to send to each station (STATIONPINGERPARAMS_PINGCOUNT
)
-
staleStateThresholdMs
public int staleStateThresholdMs
Ignore state records older than this interval (in ms) (STATIONPINGERPARAMS_STALESTATETHRESHOLDMS
)
-
executorThreadCount
public int executorThreadCount
Number of executor threads for ping tasks (STATIONPINGERPARAMS_EXECUTORTHREADCOUNT
)
-
-