commit | a47ed4f3a0245ad0c44659905c8271e27af6124d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Aug 19 23:05:27 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 08 15:18:21 2016 -0700 |
tree | 4032ba95af1e66fd5dfacf2e928556e69b846204 | |
parent | 2d84099ca969f7481c111fc9cad20f7cc1332b8a [diff] |
[ndnSIM] security: Avoid use of io_service::dispatch, use Scheduler instead Scheduler is fully redirected to native NS-3 scheduler and is safe to use. Use of `io_service` directly can have an undefined behavior within ndnSIM. Change-Id: I379e7033b772d3b43a80549110a57950124aafc1
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.