mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Track and report peer load:
* PeerImp::charge only calls fail if dispatched from the peer * Add "load" to output of RPC command "peer" * Add Resource::Charge values for peer commands * Impose some fee for every peer command * Cleanup fee imposition
This commit is contained in:
committed by
Nik Bougalis
parent
ff7dc0b446
commit
e44e75fa6b
@@ -204,7 +204,7 @@ JSS ( limit ); // in/out: AccountTx*, AccountOffers,
|
||||
// in: LedgerData, BookOffers
|
||||
JSS ( limit_peer ); // out: AccountLines
|
||||
JSS ( lines ); // out: AccountLines
|
||||
JSS ( load ); // out: NetworkOPs
|
||||
JSS ( load ); // out: NetworkOPs, PeerImp
|
||||
JSS ( load_base ); // out: NetworkOPs
|
||||
JSS ( load_factor ); // out: NetworkOPs
|
||||
JSS ( load_factor_cluster ); // out: NetworkOPs
|
||||
|
||||
Reference in New Issue
Block a user