Class DownloadManagerRateController.PMState

    • Field Detail

      • complete

        private boolean complete
      • bytes_up

        private long bytes_up
      • interesting

        private boolean interesting
      • last_interesting_calc

        private long last_interesting_calc
    • Constructor Detail

      • PMState

        PMState​(PEPeerManager _manager,
                boolean _complete,
                long _bytes_up)
    • Method Detail

      • isComplete

        boolean isComplete()
      • setComplete

        void setComplete​(boolean c)
      • setBytesUp

        long setBytesUp​(long b)
      • isInteresting

        boolean isInteresting​(long now)