You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
391 B

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