proxygen
|
#include <fizz/server/SlidingBloomReplayCache.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <fstream>
#include <boost/chrono/duration.hpp>
#include <folly/Conv.h>
#include <folly/hash/Hash.h>
#include <fizz/crypto/RandomGenerator.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
fizz | |
fizz::server | |
Variables | |
static const int | fizz::server::kBitsPerByte = 0x8 |
static const unsigned int | fizz::server::kBucketCount = 12 |
static const unsigned int | fizz::server::kHashCount = 4 |