commit | 52f16644ab5530fb8396d8cfcaa8b65c25137210 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Aug 15 00:18:35 2023 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Aug 21 01:47:10 2023 +0000 |
tree | e21df2a79eb09d552568e22cab3cd8ee9edb6a5c | |
parent | 43f37a08fc270043d687650ecc927f495265fc3f [diff] |
name-prefix-list: compare names only in operator== NamePrefixList type is now a sorted container. The sort() method is deleted. The remove() method is renamed to erase(), in accordance with ndn-cxx code style recommendations. refs #4094 Change-Id: I2d3f2fa768a8dd9a51108f6f4064243b21fd6df8
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.