mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add PeerFinder peer discovery logic and unit test
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
|
||||
#include "ripple_core.h"
|
||||
|
||||
// Needed for InputParser
|
||||
#include "beast/modules/beast_asio/beast_asio.h"
|
||||
|
||||
#include <fstream>
|
||||
|
||||
#include "beast/modules/beast_core/system/BeforeBoost.h" // must come first
|
||||
@@ -71,4 +74,7 @@ namespace ripple
|
||||
#include "validator/ValidatorSourceTrustedURL.cpp"
|
||||
#include "validator/Validators.cpp"
|
||||
|
||||
#include "peerfinder/ripple_PeerFinder.h" // private (for now)
|
||||
#include "peerfinder/ripple_PeerFinder.cpp"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user