1#ifndef XRPL_OVERLAY_REDUCERELAYCOMMON_H_INCLUDED 
    2#define XRPL_OVERLAY_REDUCERELAYCOMMON_H_INCLUDED 
   12namespace reduce_relay {
 
 
static constexpr auto SQUELCH_PER_PEER
 
static constexpr std::size_t MAX_TX_QUEUE_SIZE
 
static constexpr uint16_t MAX_SELECTED_PEERS
 
static constexpr auto MIN_UNSQUELCH_EXPIRE
 
static constexpr auto IDLED
 
static constexpr uint16_t MAX_MESSAGE_THRESHOLD
 
static constexpr auto WAIT_ON_BOOTUP
 
static constexpr auto MAX_UNSQUELCH_EXPIRE_DEFAULT
 
static constexpr uint16_t MIN_MESSAGE_THRESHOLD
 
static constexpr auto MAX_UNSQUELCH_EXPIRE_PEERS
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.