Universal.Torrent.Client.PeerConnections.PeerId.IsUnderUploadLimit C# (CSharp) Méthode

IsUnderUploadLimit() private méthode

Compares the actual upload rate with the upload rate that we are supposed to be limiting them to (UploadRateForRecip)
private IsUnderUploadLimit ( ) : bool
Résultat bool
        internal bool IsUnderUploadLimit()
        {
            return _uploadRateForRecip > Monitor.UploadSpeed;
        }