Files
rippled/src/ripple
JoelKatz e95bda3bdf 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.
2015-05-06 13:38:59 -07:00
..
2015-05-06 13:38:59 -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-06 13:38:59 -07:00
2015-03-19 07:41:57 -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