Expand description
Peer statistics tracking with sliding window speed calculation.
This module provides PeerStats for tracking per-peer metrics including
upload/download byte counts, speed calculations using Exponential Moving Average (EMA),
choke/interested state management for BT choking algorithm implementation,
and bad peer detection/banning system for handling peers that send invalid data.
Structs§
- Peer
Stats - Per-peer statistics for BitTorrent choking algorithm decisions.
Constants§
- BAD_
DATA_ THRESHOLD - Threshold for banning peers that send too many invalid pieces.