mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-05 19:40:44 +00:00
* Add Section for P2P - moved over the section on p2p Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * add some more files Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
13 lines
391 B
Markdown
13 lines
391 B
Markdown
# 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.
|