Files
xahaud/src/ripple
John Freeman 87e9ee5ce9 Add support for reserved peer slots:
This commit allows server operators to reserve slots for specific
peers (identified by the peer's public node identity) and to make
changes to the reservations while the server is operating.

This commit closes #2938
2019-08-05 17:46:24 -07:00
..
2019-08-05 17:46:24 -07:00
2019-06-13 20:37:29 -07:00
2019-05-20 15:58:54 -07:00
2019-01-18 12:13:21 -08:00
2019-08-04 20:01:34 -07:00
2019-08-05 17:46:24 -07:00
2019-06-13 20:37:29 -07:00
2019-08-05 17:46:24 -07:00
2019-08-04 20:48:08 -07:00
2019-04-26 11:21:52 -07:00
2019-08-05 17:46:24 -07:00
2018-03-02 07:37:15 -08:00

Ripple Source Guidelines

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