notify the transmitter when the packet has finished transmitting.
--HG-- extra : convert_revision : 66f6f80945c1f621cdc3e743f601d2a73361bacd
This commit is contained in:
@@ -105,7 +105,7 @@ class EtherLink : public SimObject
|
||||
public:
|
||||
Interface(const std::string &name, Link *txlink, Link *rxlink);
|
||||
bool recvPacket(PacketPtr &packet) { return txlink->transmit(packet); }
|
||||
void sendDone() { }
|
||||
void sendDone() { peer->sendDone(); }
|
||||
};
|
||||
|
||||
Link *link1;
|
||||
|
||||
Reference in New Issue
Block a user