Files
rippled/src/ripple
JoelKatz b1881e798b Control query depth based on latency:
This changes TMGetLedger protocol in a backward-compatible way to include
a "query depth" parameter - the number of extra levels in the SHAMap tree
that a server should return in the corresponding TMLedgerData. Depending
on the value or absence of the field, a server may adjust the amount of
returned data based on the observed latency of the requestor: higher
latencies will return larger data sets (to compensate for greater
request/response turnaround times).
2015-05-13 12:40:16 -07:00
..
2015-05-13 12:40:16 -07:00
2015-05-12 12:47:55 -07:00
2015-04-29 14:34:53 -04:00
2015-03-02 16:49:56 -05:00
2014-09-04 16:11:44 -07:00
2015-05-12 17:21:48 -07:00
2015-03-19 07:41:57 -07:00
2015-05-11 12:06:14 -07:00
2015-03-18 19:39:26 -07:00
2013-11-15 11:29:45 -08:00

Newest Style

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem