Files
rippled/bin
Gregory Tsipenyuk 9b9f34f881 Optimize relaying of validation and proposal messages:
With few exceptions, servers will typically receive multiple copies
of any given message from its directly connected peers. For servers
with several peers this can impact the processing latency and force
it to do redundant work. Proposal and validation messages are often
relayed with extremely high redundancy.

This commit, if merged, introduces experimental code that attempts
to optimize the relaying of proposals and validations by allowing
servers to instruct their peers to "squelch" delivery of selected
proposals and validations. Servers making squelching decisions by
a process that evaluates the fitness and performance of a given
server and randomly selecting a subset of the best candidates.

The experimental code is presently disabled and must be explicitly
enabled by server operators that wish to test it.
2020-09-01 09:07:32 -07:00
..
2020-04-23 18:09:45 -07:00
2013-01-20 22:49:34 -08:00
2013-01-21 14:12:13 -08:00
2013-01-03 00:16:19 -08:00
2013-02-28 13:23:42 -08:00
2013-02-28 13:23:42 -08:00