Files
rippled/src/ripple
Vinnie Falco 90bb53af20 Structured Overlay support for TTL limited messages:
When the [overlay] configuration key "expire" is set to 1, proposals
and validations will include a hops field. The hops is incremented with
each relay. Messages with a hop count will be dropped when they exceed
the TTL (Time to Live). Messages containing a hops field will not be
relayed or broadcast to older versions of rippled that don't understand
the field.

This change will not affect normal operation of the network or rippled
instances that do not set "expire" to 1.
2015-04-29 14:34:54 -04: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-04-29 14:34:53 -04:00
2015-03-19 07:41:57 -07:00
2015-04-23 16:47:23 -04: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