Steve DiBenedetto | a8659ff | 2014-12-04 14:50:28 -0700 | [diff] [blame] | 1 | ; "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 | |
| 10 | transport=unix:///var/run/nfd.sock |
Steve DiBenedetto | c07b3a2 | 2014-03-19 12:32:52 -0600 | [diff] [blame] | 11 | |
Steve DiBenedetto | acab880 | 2014-03-24 11:15:57 -0600 | [diff] [blame] | 12 | ; "protocol" determines the protocol for prefix registration |
Steve DiBenedetto | c07b3a2 | 2014-03-19 12:32:52 -0600 | [diff] [blame] | 13 | ; it has a value of: |
| 14 | ; nfd-0.1 |
| 15 | ; nrd-0.1 |
| 16 | ; ndnd-tlv-0.7 |
| 17 | ; ndnx-0.7 |
Yingdi Yu | f56c68f | 2014-04-24 21:50:13 -0700 | [diff] [blame] | 18 | protocol=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 |