diff --git a/Builds/VisualStudio2012/RippleD.vcxproj b/Builds/VisualStudio2012/RippleD.vcxproj index 5583a2e1a8..8900a704a0 100644 --- a/Builds/VisualStudio2012/RippleD.vcxproj +++ b/Builds/VisualStudio2012/RippleD.vcxproj @@ -2101,6 +2101,7 @@ + diff --git a/Builds/VisualStudio2012/RippleD.vcxproj.filters b/Builds/VisualStudio2012/RippleD.vcxproj.filters index 6d4cb17665..69f2a24ccc 100644 --- a/Builds/VisualStudio2012/RippleD.vcxproj.filters +++ b/Builds/VisualStudio2012/RippleD.vcxproj.filters @@ -2404,6 +2404,9 @@ %28Notes%29 + + [1] Ripple\peerfinder + diff --git a/src/ripple/peerfinder/README.md b/src/ripple/peerfinder/README.md new file mode 100644 index 0000000000..f6603a837a --- /dev/null +++ b/src/ripple/peerfinder/README.md @@ -0,0 +1,32 @@ +# PeerFinder + +The PeerFinder module has these responsibilities: + +- Maintain a set of addresses suitable for bootstrapping into the overlay. +- Send and receive protocol messages for peer address discovery. +- Provide network addresses to other peers that need them. +- Maintain connections to the configured set of fixed peers. +- Track and manage peer connection slots. + +## Description + +## Terms + + + + + + + + + + + + + + +
BootstrapThe process by which a Ripple peer obtains the initial set of + connections into the Ripple payment network overlay. +
OverlayThe connected graph of Ripple peers, overlaid on the public Internet. +
PeerA network server running the **rippled** daemon. +