Files
xahaud/src/ripple
Tom Ritchford 29d644e9d3 Fix WebSockets treatment of ping timer:
This solves a problem that caused a hang on shutdown related to
the lifetime of the ping timer completion handlers used in WebSockets.

* Turn the ping timer back on
* Use std::weak_ptr for WebSockets timer callbacks.
* Disable WebSocket pings if frequency in the .cfg is non-positive.
2015-04-21 14:01:13 -07:00
..
2015-04-21 14:01:05 -07:00
2015-03-02 16:49:56 -05:00
2014-09-04 16:11:44 -07:00
2015-04-20 15:54:09 -07:00
2015-04-20 15:57:02 -07:00
2015-03-19 07:41:57 -07:00
2015-04-20 15:54:09 -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