Skip to content
Cosmopediaby Unity Nodes
DocumentationCometBFT specificationcometbft/cometbft › spec › legacy › reactors › pexView on CometBFT specification ↗

PEX Reactor

PEX Reactor

NOTE: This is legacy documentation with outdated information.

Channels

Defines only SendQueueCapacity.

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.