commit | 2d7c58596520e4b00ef79cb8916058a551054dad | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Jul 18 16:02:52 2022 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Jul 19 00:10:02 2022 -0400 |
tree | a12a8ad08e63d0432d1dba467575406573cfe8c7 | |
parent | fbca611095994a50566e508aff7b13eb022d37c4 [diff] |
tests: run FaceUri canonization tests sequentially Many of these tests issue DNS queries and it seems that Boost.Asio performs only one resolution at a time (on a single io_service). Therefore, parallelization is pointless and can in fact cause later queries to spuriously timeout if those scheduled earlier take a long time to finish. Change-Id: I07e3dba5662626fd988ff0c7363f043319ee737d
ndn-cxx is a C++14 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bugs or feature requests to the ndn-cxx issue tracker.
We greatly appreciate contributions to the ndn-cxx code base. If you are new to the NDN software community, please read the Contributor's Guide to get started.
ndn-cxx is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.