ashu | 01b62f7 | 2015-03-12 15:16:11 -0500 | [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 |
| 11 | |
| 12 | ; "protocol" determines the protocol for prefix registration |
| 13 | ; it has a value of: |
| 14 | ; nfd-0.1 |
| 15 | ; nrd-0.1 |
| 16 | ; ndnd-tlv-0.7 |
| 17 | ; ndnx-0.7 |
| 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 |