commit | ecb9f97cb0daa9c4d7c40b9336173f13c7121358 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Aug 19 23:05:27 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 21 17:47:34 2015 -0700 |
tree | 786659a7de76fd99a26f3983c5894ac137e0ccc1 | |
parent | 578f42a79426d93ea180caa03a27d04eb84cb8b5 [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
.