#include "PSync/common.hpp"
#include "PSync/detail/access-specifiers.hpp"
#include "PSync/detail/bloom-filter.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>
Go to the source code of this file.
Classes | |
class | psync::Consumer |
Consumer logic to subscribe to producer's data. More... | |
Namespaces | |
psync | |
Typedefs | |
using | psync::ReceiveHelloCallback = std::function< void(const std::map< ndn::Name, uint64_t > &)> |
Variables | |
const ndn::time::milliseconds | psync::HELLO_INTEREST_LIFETIME = 1_s |
const ndn::time::milliseconds | psync::SYNC_INTEREST_LIFETIME = 1_s |