search for: mac_pri_level

Displaying 1 result from an estimated 1 matches for "mac_pri_level".

Did you mean: mac_pri_levels
2007 Nov 22
8
Link Properties text
...ri and mci_max_pri is the available range corresponding to the priority for the MAC client. The range will be used for any flows that are created on top of the MAC client. Given a range min and max, we assign low, medium and high value as follows: priority = ((min) + ((((max) - (min)) / MAC_PRI_LEVELS) * ((pri) + 1))) where MAC_PRI_LEVELS is 3 and pri is 0 (low), 1 (medium) or 2 (high). Additionally, we obtain the range for the given priority as: min_pri = ((min) + ((((max) - (min)) / MAC_PRI_LEVELS) * (pri))) max_pri = ((min_pri) + (((max) - (min)) / MAC_PRI_LEVELS)) f...