Class NAKACK2.RetransmitTask

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    NAKACK2

    protected class NAKACK2.RetransmitTask
    extends java.lang.Object
    implements java.lang.Runnable
    Retransmitter task which periodically (every xmit_interval ms) looks at all the retransmit tables and sends retransmit request to all members from which we have missing messages
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RetransmitTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RetransmitTask

        protected RetransmitTask()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object