Steve DiBenedetto | c07b3a2 | 2014-03-19 12:32:52 -0600 | [diff] [blame] | 1 | ; "unix_socket" specifies the location of the NFD unix socket |
| 2 | unix_socket=/var/run/nfd.sock |
| 3 | |
Steve DiBenedetto | acab880 | 2014-03-24 11:15:57 -0600 | [diff] [blame] | 4 | ; "protocol" determines the protocol for prefix registration |
Steve DiBenedetto | c07b3a2 | 2014-03-19 12:32:52 -0600 | [diff] [blame] | 5 | ; it has a value of: |
| 6 | ; nfd-0.1 |
| 7 | ; nrd-0.1 |
| 8 | ; ndnd-tlv-0.7 |
| 9 | ; ndnx-0.7 |
Yingdi Yu | f56c68f | 2014-04-24 21:50:13 -0700 | [diff] [blame] | 10 | protocol=nrd-0.1 |
| 11 | |
| 12 | ; "pib" determines which Public Info Base (PIB) should used by default in applications. |
| 13 | ; If "pib" is not specified, the default PIB will be used. |
| 14 | ; Note that default PIB could be different on different system. |
| 15 | ; If "pib" is specified, it may have a value of: |
| 16 | ; sqlite3 |
| 17 | ; pib=sqlite3 |
| 18 | |
| 19 | ; "tpm" determines which Trusted Platform Module (TPM) should used by default in applications. |
| 20 | ; If "tpm" is not specified, the default TPM will be used. |
| 21 | ; Note that default TPM could be different on different system. |
| 22 | ; If "tpm" is specified, it may have a value of: |
| 23 | ; file |
| 24 | ; osx-keychain |
| 25 | ; tpm=file |