2.2.1.4.7 FRS_RDC_PARAMETERS_FILTERMAX

Configuration parameters for the RDC FilterMax algorithm.

 typedef struct _FRS_RDC_PARAMETERS_FILTERMAX {
   [range(CONFIG_RDC_HORIZONSIZE_MIN, CONFIG_RDC_HORIZONSIZE_MAX)] 
     unsigned short horizonSize;
   [range(CONFIG_RDC_HASHWINDOWSIZE_MIN, CONFIG_RDC_HASHWINDOWSIZE_MAX)] 
     unsigned short windowSize;
 } FRS_RDC_PARAMETERS_FILTERMAX;

horizonSize: See [MS-RDC] for the definition of the horizon parameter of the FilterMax algorithm.

windowSize: See [MS-RDC] for the definition of the hash window parameter of the FilterMax algorithm.