mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add support for reserved peer slots:
This commit allows server operators to reserve slots for specific peers (identified by the peer's public node identity) and to make changes to the reservations while the server is operating. This commit closes #2938
This commit is contained in:
committed by
Nik Bougalis
parent
20cc5df5fe
commit
87e9ee5ce9
@@ -2176,6 +2176,7 @@ else ()
|
||||
src/ripple/overlay/impl/Message.cpp
|
||||
src/ripple/overlay/impl/OverlayImpl.cpp
|
||||
src/ripple/overlay/impl/PeerImp.cpp
|
||||
src/ripple/overlay/impl/PeerReservationTable.cpp
|
||||
src/ripple/overlay/impl/PeerSet.cpp
|
||||
src/ripple/overlay/impl/TMHello.cpp
|
||||
src/ripple/overlay/impl/TrafficCount.cpp
|
||||
@@ -2242,6 +2243,7 @@ else ()
|
||||
src/ripple/rpc/handlers/Ping.cpp
|
||||
src/ripple/rpc/handlers/Print.cpp
|
||||
src/ripple/rpc/handlers/Random.cpp
|
||||
src/ripple/rpc/handlers/Reservations.cpp
|
||||
src/ripple/rpc/handlers/RipplePathFind.cpp
|
||||
src/ripple/rpc/handlers/ServerInfo.cpp
|
||||
src/ripple/rpc/handlers/ServerState.cpp
|
||||
|
||||
Reference in New Issue
Block a user