Interface AckSenderWindow.RetransmitCommand

All Known Implementing Classes:
UNICAST
Enclosing class:
AckSenderWindow

public static interface AckSenderWindow.RetransmitCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    retransmit(long seqno, Message msg)
     
  • Method Details

    • retransmit

      void retransmit(long seqno, Message msg)