move reactor descriptions to relevant specs

This commit is contained in:
Anton Kaliaev
2018-05-29 16:49:02 +04:00
parent f7106bfb39
commit 252a0a392b
7 changed files with 87 additions and 90 deletions

View File

@ -0,0 +1,12 @@
# PEX Reactor
## Channels
Defines only `SendQueueCapacity`. [#1503](https://github.com/tendermint/tendermint/issues/1503)
Implements rate-limiting by enforcing minimal time between two consecutive
`pexRequestMessage` requests. If the peer sends us addresses we did not ask,
it is stopped.
Sending incorrectly encoded data or data exceeding `maxMsgSize` will result
in stopping the peer.