_win.stop();
}
public static void testRemove() throws UnknownHostException {
AckMcastSenderWindow mywin=new AckMcastSenderWindow(new MyCommand(), new StaticInterval(1000, 2000, 3000));
Address sender1=new IpAddress("127.0.0.1", 10000);
Address sender2=new IpAddress("127.0.0.1", 10001);
Address sender3=new IpAddress("127.0.0.1", 10002);
Vector senders=new Vector();
Message msg=new Message();