SMACK
public static interface AckMcastSenderWindow.RetransmitCommand
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!).Modifier and Type | Method | Description |
---|---|---|
void |
retransmit(long seqno,
Message msg,
Address dest) |
Retranmit the given msg
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.