blob: b1debc86ac502aa440676ffde6981cd4994a9397 [file] [log] [blame]
Steve DiBenedettoa8659ff2014-12-04 14:50:28 -07001; "transport" specifies Face's default transport connection.
Davide Pesavento534b8412018-12-08 19:19:09 -05002; The value can be a "unix:" or "tcp4:" Face URI.
Steve DiBenedettoa8659ff2014-12-04 14:50:28 -07003;
4; For example:
Steve DiBenedettoa8659ff2014-12-04 14:50:28 -07005; unix:///var/run/nfd.sock
6; tcp://192.0.2.1
7; tcp4://example.com:6363
Davide Pesavento534b8412018-12-08 19:19:09 -05008;
Eric Newberry52a803c2020-04-07 00:01:12 -07009; The default value of this field is platform-dependent, being unix:///run/nfd.sock on Linux and
10; unix:///var/run/nfd.sock on other platforms.
11;
12;transport=unix:///var/run/nfd.sock
Steve DiBenedettoc07b3a22014-03-19 12:32:52 -060013
Yingdi Yuf56c68f2014-04-24 21:50:13 -070014; "pib" determines which Public Info Base (PIB) should used by default in applications.
Davide Pesavento534b8412018-12-08 19:19:09 -050015; If "pib" is not specified, a platform-dependent default will be used.
Yingdi Yuf56c68f2014-04-24 21:50:13 -070016; If "pib" is specified, it may have a value of:
Alexander Afanasyev5208d0e2015-06-03 16:42:09 -070017; pib-sqlite3
Davide Pesavento534b8412018-12-08 19:19:09 -050018;
19;pib=pib-sqlite3
Yingdi Yuf56c68f2014-04-24 21:50:13 -070020
21; "tpm" determines which Trusted Platform Module (TPM) should used by default in applications.
Davide Pesavento534b8412018-12-08 19:19:09 -050022; If "tpm" is not specified, a platform-dependent default will be used.
Yingdi Yuf56c68f2014-04-24 21:50:13 -070023; If "tpm" is specified, it may have a value of:
Davide Pesavento534b8412018-12-08 19:19:09 -050024; tpm-osxkeychain (default on macOS)
25; tpm-file (default in operating systems other than macOS)
26;
27;tpm=tpm-file