blob: de8012e8bf431b40d4c2271ce6bc14b0de06e6e4 [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
Yingdi Yuf56c68f2014-04-24 21:50:13 -070016protocol=nrd-0.1
17
18; "pib" determines which Public Info Base (PIB) should used by default in applications.
19; If "pib" is not specified, the default PIB will be used.
20; Note that default PIB could be different on different system.
21; If "pib" is specified, it may have a value of:
Alexander Afanasyev5208d0e2015-06-03 16:42:09 -070022; pib-sqlite3
23; pib=pib-sqlite3
Yingdi Yuf56c68f2014-04-24 21:50:13 -070024
25; "tpm" determines which Trusted Platform Module (TPM) should used by default in applications.
26; If "tpm" is not specified, the default TPM will be used.
27; Note that default TPM could be different on different system.
28; If "tpm" is specified, it may have a value of:
Alexander Afanasyev5208d0e2015-06-03 16:42:09 -070029; tpm-osxkeychain (default in OS X)
30; tpm-file (default in operating systems other than OS X)
31; tpm=tpm-file