Alexander Afanasyev | 7245d5d | 2015-01-03 19:39:31 -0800 | [diff] [blame^] | 1 | NFD - Named Data Networking Forwarding Daemon |
| 2 | ============================================= |
| 3 | |
| 4 | Files in this directory are imported from NFD (Named Data Networking Forwarding Daemon) |
| 5 | project (http://named-data.net/doc/NFD/). |
| 6 | |
| 7 | The codebase can be merged with the upstream with the following command: |
| 8 | |
| 9 | git subtree pull --prefix=NFD https://github.com/named-data/NFD master |
| 10 | |
| 11 | There are several ndnSIM-specific changes to NFD codebase and manual conflict resolution |
| 12 | may be required. |