blob: ea24cfe690c119c6658f358681f6e9acdf240f09 [file] [log] [blame]
Davide Pesavento16203ea2024-01-01 15:46:44 -05001; "transport" specifies the default transport connection used by the client-side face to communicate
2; with a (local or remote) NDN forwarder. The value must be a Face URI with a Unix or TCP scheme.
Steve DiBenedettoa8659ff2014-12-04 14:50:28 -07003;
4; For example:
Davide Pesavento16203ea2024-01-01 15:46:44 -05005; unix:///tmp/nfd/nfd.sock
Steve DiBenedettoa8659ff2014-12-04 14:50:28 -07006; tcp://192.0.2.1
7; tcp4://example.com:6363
Davide Pesavento16203ea2024-01-01 15:46:44 -05008; tcp6://[2001:db8::1]:6363
Davide Pesavento534b8412018-12-08 19:19:09 -05009;
Davide Pesavento16203ea2024-01-01 15:46:44 -050010; The default value of this field is platform-dependent, being "unix:///run/nfd/nfd.sock" on Linux
11; and "unix:///var/run/nfd/nfd.sock" on other platforms.
Eric Newberry52a803c2020-04-07 00:01:12 -070012;
Davide Pesavento16203ea2024-01-01 15:46:44 -050013;transport=unix:///var/run/nfd/nfd.sock
Steve DiBenedettoc07b3a22014-03-19 12:32:52 -060014
Davide Pesavento16203ea2024-01-01 15:46:44 -050015; "pib" determines which Public Information Base (PIB) should used by default in applications.
Davide Pesavento7211ea12024-03-09 12:40:44 -050016; Currently, the only supported value for "pib" is:
17; - "pib-sqlite3" (default if not specified)
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 Pesavento7211ea12024-03-09 12:40:44 -050022; The supported values for "tpm" are:
23; - "tpm-file" (default if not specified)
24; - "tpm-osxkeychain"
Davide Pesavento534b8412018-12-08 19:19:09 -050025;
26;tpm=tpm-file