From 67b8f95b1e423987f082d1ab212bfa5158ceaf27 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 10 Nov 2013 15:51:13 -0800 Subject: [PATCH] Add PeerFinder README doc --- Builds/VisualStudio2012/RippleD.vcxproj | 1 + .../VisualStudio2012/RippleD.vcxproj.filters | 3 ++ src/ripple/peerfinder/README.md | 32 +++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 src/ripple/peerfinder/README.md 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. +