commit | af975e5ed5e60a50d3b2a76098bdc0ad210859b8 | [log] [tgz] |
---|---|---|
author | awlane <awlane@memphis.edu> | Fri Oct 06 16:23:25 2023 -0500 |
committer | Alexander Lane <awlane@memphis.edu> | Mon Oct 09 17:43:55 2023 +0000 |
tree | 62d759b0c6b1fefbaf60e3d04e8ea845403465c9 | |
parent | 273e80f1fe5c8716cc7b6f59c6b8961cc1f9ff0f [diff] |
Update dummy keychain patch to avoid potential segfaults Under certain circumstances, use of the dummy keychain patch can cause fairly frequent segfaults when NFD creates UDP multicast faces. These appear to have been due to issues with using using function-local static variables in a way that was not thread safe. After some collaboration with Alex Afanasyev regarding finding a cause, we landed on this fix which adjusts the offending code. Co-Authored-By: Alex Afanasyev <aa@cs.fiu.edu> Change-Id: Iadb812cb8a3d87b83421b7fa109dd539f0c7065f
If you are new to the NDN community of software generally, read the Contributor's Guide.
Mini-NDN is a lightweight networking emulation tool that enables testing, experimentation, and research on the NDN platform based on Mininet. Mini-NDN uses the NDN libraries, NFD, NLSR, and tools released by the NDN project to emulate an NDN network on a single system.
Mini-NDN is open and free software licensed under the GPL 3.0 license. Mini-NDN is free to all users and developers. For more information about licensing details and limitations, please refer to COPYING.md.
The first release of Mini-NDN is developed by members of the NSF-sponsored NDN project team. Mini-NDN is open to contribution from the public. For more details, please refer to AUTHORS.rst. Bug reports and feedback are highly appreciated and can be made through our Redmine site and the mini-ndn mailing list.
Please refer to http://minindn.memphis.edu/ or docs/index.rst for installation, usage, and other documentation. The documentation can be built using:
./docs/build.sh
and is available under docs/_build/html
.