* @param retransmit_intervals the interval between two consecutive
* retransmission attempts
* @throws IllegalArgumentException if <code>cmd</code> is null
*/
public AckMcastSenderWindow(RetransmitCommand cmd, Interval retransmit_intervals) {
init(cmd, retransmit_intervals, new TimeScheduler(), true);
}