commit | 9ae6a081d07d0bdc45d08d9589f46d55d04490dc | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Aug 19 23:05:27 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Dec 06 11:50:42 2016 -0800 |
tree | 7ff3bdb4e2e8a49418907c0e17a5dc69696cf8bd | |
parent | 8823785ed975270924da1ef81ac73cafeb3d08e8 [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: https://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
.