Traffic Shaping queue 是干什么用的?
#if QMSS_MAX_TRAFFIC_SHAPING_QUEUE < 64
....
#else
baseQueue = QMSS_TRAFFIC_SHAPING_QUEUE_BASE;
是什么意思呢?这个代码是在qmDescTestProject工程中的
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Traffic Shaping queue 是干什么用的?
#if QMSS_MAX_TRAFFIC_SHAPING_QUEUE < 64
....
#else
baseQueue = QMSS_TRAFFIC_SHAPING_QUEUE_BASE;
是什么意思呢?这个代码是在qmDescTestProject工程中的