implementation of simulation for invertible bloom filter More...
Go to the source code of this file.
Macros | |
#define | MAX_IBF_DECODE 16 |
#define | ROUNDS 100000 |
#define | FIX1 0 |
#define | FIX2 1 |
#define | STRATA 0 |
#define | VERBOSE 0 |
#define | SLOW 0 |
Functions | |
int | main (int argc, char **argv) |
implementation of simulation for invertible bloom filter
This code was used for some internal experiments, it is not build or shipped as part of the GNUnet system.
Definition in file ibf_sim.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 54 of file ibf_sim.c.
References MAX_IBF_DECODE, ret, and ROUNDS.