rippled
Loading...
Searching...
No Matches
Endpoint.cpp
1#include <xrpld/peerfinder/PeerfinderManager.h>
2#include <xrpld/peerfinder/detail/Tuning.h>
3
4namespace ripple {
5namespace PeerFinder {
6
8 : hops(std::min(hops_, Tuning::maxHops + 1)), address(ep)
9{
10}
11
12} // namespace PeerFinder
13} // namespace ripple
A version-independent IP address and port combination.
Definition IPEndpoint.h:19
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
STL namespace.