137,147d136
< /**
< * Schedule the transmissions of a response packet at a given
< * point in time.
< *
< * @param pkt response packet
< * @param when time to send the response
< */
< void respond(PacketPtr pkt, Tick time) {
< queue.schedSendTiming(pkt, time, true);
< }
<
182,192d170
< /**
< * Schedule the transmissions of a response packet at a given
< * point in time.
< *
< * @param pkt response packet
< * @param when time to send the response
< */
< void respond(PacketPtr pkt, Tick time) {
< queue.schedSendTiming(pkt, time);
< }
<