commit | 47216a619ec9c72995e23d6356a8bd987bd3c027 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Aug 19 23:05:27 2015 -0700 |
committer | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Mon Aug 31 18:37:45 2015 -0700 |
tree | 5480635a12b39e1f40c347ed758903f74f5b1396 | |
parent | d7adcbb149435a2b0dc4752b0830524a99297c36 [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
.