Skip to main content

Module peer_stats

Module peer_stats 

Source
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§

PeerStats
Per-peer statistics for BitTorrent choking algorithm decisions.

Constants§

BAD_DATA_THRESHOLD
Threshold for banning peers that send too many invalid pieces.