Skip to content

sgns::crdt::GraphsyncDAGSyncer::BlacklistEntry

#include <graphsync_dagsyncer.hpp>

Public Functions

Name
BlacklistEntry(uint64_t time, uint64_t count, bool connected =false)

Public Attributes

Name
uint64_t timestamp
uint64_t failures
bool ever_connected
uint64_t backoff_attempts

Public Functions Documentation

function BlacklistEntry

inline BlacklistEntry(
    uint64_t time,
    uint64_t count,
    bool connected =false
)

Public Attributes Documentation

variable timestamp

uint64_t timestamp;

variable failures

uint64_t failures;

variable ever_connected

bool ever_connected;

variable backoff_attempts

uint64_t backoff_attempts;

Updated on 2026-04-15 at 11:00:39 -0700