MakeTxOrphanage overloads
Declared in <node/txorphanage.h>
Create a new TxOrphanage instance
std::unique_ptr<TxOrphanage>
MakeTxOrphanage() noexcept;
» more...
Create a new TxOrphanage instance with explicit limits.
std::unique_ptr<TxOrphanage>
MakeTxOrphanage(
TxOrphanage::Count max_global_latency_score,
TxOrphanage::Usage reserved_peer_usage) noexcept;
» more...
| Name | Description |
|---|---|
| max_global_latency_score | Maximum global latency score allowed. |
| reserved_peer_usage | Reserved usage per peer, in weight units. |