blob: 9dc86050602cc3f58c011460da719b78b61ba21d [file] [log] [blame]
Steve DiBenedettoc07b3a22014-03-19 12:32:52 -06001; "unix_socket" specifies the location of the NFD unix socket
2unix_socket=/var/run/nfd.sock
3
Steve DiBenedettoacab8802014-03-24 11:15:57 -06004; "protocol" determines the protocol for prefix registration
Steve DiBenedettoc07b3a22014-03-19 12:32:52 -06005; it has a value of:
6; nfd-0.1
7; nrd-0.1
8; ndnd-tlv-0.7
9; ndnx-0.7
Yingdi Yuf56c68f2014-04-24 21:50:13 -070010protocol=nrd-0.1
11
12; "pib" determines which Public Info Base (PIB) should used by default in applications.
13; If "pib" is not specified, the default PIB will be used.
14; Note that default PIB could be different on different system.
15; If "pib" is specified, it may have a value of:
16; sqlite3
17; pib=sqlite3
18
19; "tpm" determines which Trusted Platform Module (TPM) should used by default in applications.
20; If "tpm" is not specified, the default TPM will be used.
21; Note that default TPM could be different on different system.
22; If "tpm" is specified, it may have a value of:
23; file
24; osx-keychain
25; tpm=file