commit | 931ca9f57696e6e98158d29bc595220034f0741f | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Aug 15 02:59:46 2023 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Aug 21 10:14:46 2023 +0000 |
tree | d17ed538c0b728462e54ad08c772bdbb70d64ad8 | |
parent | cd77aabaa973c579550887b65e58ed8e81bcbf57 [diff] |
name-prefix-list: delete unused methods and cleanup tests Unit tests for NamePrefixList type are deduplicated. This allows deleting countSources() method and NamePair type, which were used sparsely in the unit tests and not needed by the rest of the codebase. refs #4094 Change-Id: Id5a6e6b90f863dfeef2ed71e67a9823d84088a48
For more extensive documentation, please visit the NLSR homepage.
NLSR is a routing protocol for Named Data Networking (NDN) that populates the Routing Information Base (RIB) of an NDN router, such as NFD. NLSR continues to evolve alongside the core NDN protocol.
The main design goal of NLSR is to provide a routing protocol to populate NDN's RIB. NLSR calculates the routing table using link-state or hyperbolic routing and produces multiple faces for each reachable name prefix in a single authoritative domain. NLSR will continue to evolve over time to include neighbor discovery and to become a full fledged inter-domain routing protocol for NDN.
NLSR was mainly developed by members of the NSF-sponsored NDN project team. See AUTHORS.md
for details.
The source code and installation instructions are available at the following locations:
Please submit any bug reports or feature requests to the NLSR issue tracker.
NLSR is free software distributed under the GNU General Public License version 3. See COPYING.md
for details.