Universal.Torrent.Client.PeerConnections.PeerId.IsUnderUploadLimit C# (CSharp) Метод

IsUnderUploadLimit() приватный Метод

Compares the actual upload rate with the upload rate that we are supposed to be limiting them to (UploadRateForRecip)
private IsUnderUploadLimit ( ) : bool
Результат bool
        internal bool IsUnderUploadLimit()
        {
            return _uploadRateForRecip > Monitor.UploadSpeed;
        }