Interface AckMcastSenderWindow.RetransmitCommand
- All Known Implementing Classes:
SMACK
- Enclosing class:
AckMcastSenderWindow
public static interface AckMcastSenderWindow.RetransmitCommand
Called by retransmitter thread whenever a message needs to be re-sent
to a destination.
dest has to be set in the
dst field of msg, as the latter was sent
multicast, but now we are sending a unicast message. Message has to be
copied before sending it (as headers will be appended and therefore
the message changed!).- Version:
- $Id: AckMcastSenderWindow.java,v 1.14.2.1 2008/01/22 10:01:01 belaban Exp $
- Author:
- Bela Ban June 9 1999, 2007, John Georgiadis May 8 2001
-
Method Summary
Modifier and TypeMethodDescriptionvoidretransmit(long seqno, Message msg, Address dest) Retranmit the given msg
-
Method Details
-
retransmit
-