commit | 1286e02c158c69785998280788e400856317a5b2 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 26 10:42:29 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 26 15:07:09 2015 -0800 |
tree | b9f81b7c7f910f06167d151545b794b30cadeb9e | |
parent | a2ada22022bc8aebc5c4b36753ee5935443f480c [diff] |
util: Use default resolver behavior in util::dns::Resolver As of this commit, we are using the default behavior of boost::asio::ip::resolver (only return IPv4 addresses if a non-loopback IPv4 address is configured for the system; only return IPv6 addresses if a non-loopback IPv6 address is configured for the system). Unit tests are now conditioned upon availability of IPv4/IPv6 and will not fail if IPv4 or IPv6 addresses cannot be resolved. Change-Id: I8d7fa9a205ad26a2ca85fd22d582ffe6b0a02a92 Refs: #2415
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
.