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.

多对一路由协调参数的设置

ZNP网关,使能多对一路由后,有个参数

#if !defined ( MAX_RTG_SRC_ENTRIES )
  #define MAX_RTG_SRC_ENTRIES  90
#endif

我设置为90,那么另外一个相关的参数如何设置?

#if !defined ( MAX_SOURCE_ROUTE )
  #define MAX_SOURCE_ROUTE             12
#endif

从字面意思,这两个参数是相近的,如果MAX_RTG_SRC_ENTRIES设为90,那么MAX_SOURCE_ROUTE应该也设为90吗?

谢谢!