blob: d9116232891863bcdddfa30a3f8fd74659927126 [file] [log] [blame]
Steve DiBenedettoa8659ff2014-12-04 14:50:28 -07001; "transport" specifies Face's default transport connection.
2; The value is a unix or tcp4 scheme Face URI.
3;
4; For example:
5;
6; unix:///var/run/nfd.sock
7; tcp://192.0.2.1
8; tcp4://example.com:6363
9
10transport=unix:///var/run/nfd.sock
Steve DiBenedettoc07b3a22014-03-19 12:32:52 -060011
Steve DiBenedettoacab8802014-03-24 11:15:57 -060012; "protocol" determines the protocol for prefix registration
Steve DiBenedettoc07b3a22014-03-19 12:32:52 -060013; it has a value of:
14; nfd-0.1
15; nrd-0.1
16; ndnd-tlv-0.7
17; ndnx-0.7
Yingdi Yuf56c68f2014-04-24 21:50:13 -070018protocol=nrd-0.1
19
20; "pib" determines which Public Info Base (PIB) should used by default in applications.
21; If "pib" is not specified, the default PIB will be used.
22; Note that default PIB could be different on different system.
23; If "pib" is specified, it may have a value of:
24; sqlite3
25; pib=sqlite3
26
27; "tpm" determines which Trusted Platform Module (TPM) should used by default in applications.
28; If "tpm" is not specified, the default TPM will be used.
29; Note that default TPM could be different on different system.
30; If "tpm" is specified, it may have a value of:
31; file
32; osx-keychain
33; tpm=file