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¶
Public Attributes Documentation¶
variable timestamp¶
variable failures¶
variable ever_connected¶
variable backoff_attempts¶
Updated on 2026-04-15 at 11:00:39 -0700