mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
Peer latency tracking (RIPD-879):
Track peer latency, report in RPC, make peer selection for fetching latency aware. This also cleans up the PeerImp timer to minimize resetting. Indirect routing is made latency-aware as well.
This commit is contained in:
@@ -180,6 +180,7 @@ JSS ( issuer ); // in: RipplePathFind, Subscribe,
|
||||
// out: paths/Node, STPathSet, STAmount
|
||||
JSS ( key ); // out: WalletSeed
|
||||
JSS ( key_type ); // in/out: WalletPropose, TransactionSign
|
||||
JSS ( latency ); // out: PeerImp
|
||||
JSS ( last ); // out: RPCVersion
|
||||
JSS ( last_close ); // out: NetworkOPs
|
||||
JSS ( ledger ); // in: NetworkOPs, LedgerCleaner,
|
||||
|
||||
Reference in New Issue
Block a user