Backoff parameters in IEEE 802.15.4 such as macminBE, macmaxBE, numberofCSMAbackoffs are set according to the standard specifications. In order to implement adaptive backoff mechanism, there is need from layer 3 routing code to change these parameters dynamically. Please guide the simplest way to do in backend c++. Extern variable seems not possible.

Similar questions and discussions