iblt.hpp File Reference
#include "PSync/common.hpp"
#include <ndn-cxx/name.hpp>
#include <boost/operators.hpp>
#include <set>
#include <string>
+ Include dependency graph for iblt.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  psync::detail::IBLT::Error
 
class  psync::detail::HashTableEntry
 
class  psync::detail::IBLT
 Invertible Bloom Lookup Table (Invertible Bloom Filter) More...
 
struct  psync::detail::IBLTDiff
 Represent the difference between two IBLTs,. More...
 

Namespaces

 psync
 
 psync::detail
 

Functions

IBLTDiff psync::detail::operator- (const IBLT &lhs, const IBLT &rhs)
 Compute the difference between two IBLTs. More...
 
std::ostream & psync::detail::operator<< (std::ostream &os, const IBLT &iblt)
 

Variables

constexpr size_t psync::detail::N_HASH = 3
 
constexpr size_t psync::detail::N_HASHCHECK = 11