commit | e508f14dd5614e72a81e3591e3a09ead1a36c228 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 01 15:14:45 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 03 12:17:31 2015 -0700 |
tree | 697bc16e424b76b3786ba0be55a4b1a845037c3c | |
parent | d93c5fcb110abac93ea9973e9219d91e2c91013f [diff] |
face: Call Transport::connect within io_service thread Previously, there was an indirect call to Transport::connect from within Face constructor, causing in some cases false timeouts for connect operation. Change-Id: I6358970e92ead94de977cfde94b5552c4fa24c63 Refs: #2742
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
.