Project

General

Profile

Feature #3049

Updated by Junxiao Shi over 8 years ago

In NFD As of #3026, general section in the configuration file **general** section, add configuration option(s) for **RouterName**. 

 This issue contains: 

 * determine whether to declare one configuration option, or multiple configuration options 
 * decide the name and syntax of configuration option(s) 
 * determine the behavior upon contains a configuration reload signal 
 * develop `GeneralConfigurationSection` class state that needs to replace functions in `nfd::general` namespace (to avoid conflict in ndnSIM, no global variable be remembered.    Currently, it is permitted) 

 Documentation implemented as a static data, which conflicts with a per-instance state and **NFD Developer Guide** should be updated as part prevents extended usages of this issue. NFD code base (e.g., inside ndnSIM environment).

Back