ipfs-chromium
|
#include <library/src/ipfs_client/gw/gateway_state.h>
Public Member Functions | |
GatewayState (std::string_view prefix, std::shared_ptr< Client >) | |
long | score (GatewayRequest const &, unsigned) const |
bool | bored () const |
bool | over_rate () |
void | just_sent_one () |
void | hit (GatewayRequestType, GatewayRequest const &) |
bool | miss (GatewayRequestType, GatewayRequest const &) |
void | timed_out () |
long | extra_ms () |
Information about an IPFS HTTP gateway and how often it should be used for what