[#node-MakeTxOrphanage-05] = xref:node.adoc[node]::MakeTxOrphanage :relfileprefix: ../ :mrdocs: Create a new TxOrphanage instance with explicit limits. == Synopsis Declared in `<node/txorphanage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::unique_ptr<TxOrphanage> MakeTxOrphanage( xref:node/TxOrphanage/Count.adoc[TxOrphanage::Count] max_global_latency_score, xref:node/TxOrphanage/Usage.adoc[TxOrphanage::Usage] reserved_peer_usage) noexcept; ---- == Return Value A new orphanage configured with the given limits. == Parameters [cols="1,4"] |=== | Name| Description | *max_global_latency_score* | Maximum global latency score allowed. | *reserved_peer_usage* | Reserved usage per peer, in weight units. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#