Remove old traffic generator stuff
This commit is contained in:
@@ -34,7 +34,6 @@ class EthernetGenerator : public Application
|
||||
|
||||
void Setup(Ptr<EthernetNetDevice> net);
|
||||
|
||||
typedef TracedCallback<Ptr<const Packet>, uint16_t> PacketVlanTraceCallback;
|
||||
|
||||
protected:
|
||||
void DoDispose() override;
|
||||
@@ -66,7 +65,7 @@ class EthernetGenerator : public Application
|
||||
EventId m_sendEvent; //!< Event to send the next packet
|
||||
Ptr<EthernetNetDevice> m_net;
|
||||
|
||||
PacketVlanTraceCallback m_pktSentTrace;
|
||||
TracedCallback<Ptr<const Packet>> m_pktSentTrace;
|
||||
|
||||
static const uint16_t MIN_PAYLOAD_SIZE = 42; //Min payload size with VLAN
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user