mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
dbdf68b2482e9cb22b3da40787955c2f4005b5ff
These changes are necessary to support the Universal port feature. Synopsis: * Persist HTTP peer io_service::work lifetime: This simplification eliminates any potential for bugs caused by incorrect lifetime management of the io_service::work object. * Restructure Door to prevent data races, and handle clean exit: The Server, Door, Door::detector, and Peer objects work together to correctly implement graceful stop and destructors that block until all child objects have been destroyed. Cleanups: * De-pimpl HTTP::Server * Rename ServerImpl data members * Tidy up HTTP::Port interface
#rippled - Ripple P2P server
This is the repository for Ripple's rippled, reference P2P server.
###Build instructions:
###Setup instructions:
Repository Contents
./bin
Scripts and data files for Ripple integrators.
./build
Intermediate and final build outputs.
./Builds
Platform or IDE-specific project files.
./doc
Documentation and example configuration files.
./src
Source code directory. Some of the directories contained here are external repositories inlined via git-subtree, see the corresponding README for more details.
./test
Javascript / Mocha tests.
License
Ripple is open source and permissively licensed under the ISC license. See the LICENSE file for more details.
###For more information:
Description
Languages
C++
90.3%
C
8.1%
CMake
0.6%
Shell
0.2%
Java
0.2%
Other
0.5%
