Class NAKACK2.LastSeqnoResender

  • Enclosing class:
    NAKACK2

    protected class NAKACK2.LastSeqnoResender
    extends java.lang.Object
    Class which is called by RetransmitTask to resend the last seqno sent (if resend_last_seqno is enabled)
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LastSeqnoResender()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void execute​(long seqno)  
      protected void skipNext()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • num_resends

        protected int num_resends
      • last_seqno_resent

        protected long last_seqno_resent
      • skip_next_resend

        protected final java.util.concurrent.atomic.AtomicBoolean skip_next_resend
    • Constructor Detail

      • LastSeqnoResender

        protected LastSeqnoResender()
    • Method Detail

      • skipNext

        protected void skipNext()
      • execute

        protected void execute​(long seqno)