Task #1364
Updated by Junxiao Shi about 11 years ago
Client configuration file would define connection parameters to NDN daemon. The library should look in the following location (in order) to check for configuration file: 1. * $HOME/.ndn/client.conf 2. * @SYSCONFDIR@/ndn/client.conf 3. * /etc/ndn/client.conf Config file format is INI. The content is subject to further changes, initial content is unix_socket=/var/run/nfd.sock protocol=nrd-0.1 protocol=nfd-0.1 The *protocol* (The protocol parameter is either "nfd/0.1" or "nfd/0.1" and determines the Prefix registration protocol for prefix registration. and could determine other parameters)