#include "PSync/detail/bloom-filter.hpp"#include "PSync/detail/util.hpp"#include "PSync/detail/test-access-control.hpp"#include <ndn-cxx/face.hpp>#include <ndn-cxx/util/random.hpp>#include <ndn-cxx/util/scheduler.hpp>#include <ndn-cxx/util/segment-fetcher.hpp>#include <ndn-cxx/util/time.hpp>#include <map>#include <vector>
Include dependency graph for consumer.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | psync::Consumer |
| Consumer logic to subscribe to producer's data. More... | |
Namespaces | |
| psync | |
Typedefs | |
| typedef std::function< void(const std::vector< ndn::Name > &)> | psync::ReceiveHelloCallback |
| typedef std::function< void(const std::vector< MissingDataInfo > &)> | psync::UpdateCallback |
Variables | |
| const ndn::time::milliseconds | psync::HELLO_INTEREST_LIFETIME = 1_s |
| const ndn::time::milliseconds | psync::SYNC_INTEREST_LIFETIME = 1_s |