Expand description
§Sending and receiving of DisputeRequest
s.
This subsystem essentially consists of two parts:
- a sender
- and a receiver
The sender is responsible for getting our vote out, see sender
. The receiver handles
incoming DisputeRequest
s and offers spam protection, see receiver
.
Structs§
- Dispute
Distribution Subsystem - The dispute distribution subsystem.
- Metrics
- Dispute Distribution metrics.
Constants§
- RECEIVE_
RATE_ LIMIT - Rate limit on the
receiver
side. - SEND_
RATE_ LIMIT - Rate limit on the
sender
side.