|
|
| 70 |
/// PointToPoint devices, but not with WiFi or WiMax. |
70 |
/// PointToPoint devices, but not with WiFi or WiMax. |
| 71 |
DROP_QUEUE, |
71 |
DROP_QUEUE, |
| 72 |
|
72 |
|
|
|
73 |
/// Packet dropped by the queue disc |
| 74 |
DROP_QUEUE_DISC, |
| 75 |
|
| 73 |
DROP_INTERFACE_DOWN, /**< Interface is down so can not send packet */ |
76 |
DROP_INTERFACE_DOWN, /**< Interface is down so can not send packet */ |
| 74 |
DROP_ROUTE_ERROR, /**< Route error */ |
77 |
DROP_ROUTE_ERROR, /**< Route error */ |
| 75 |
DROP_FRAGMENT_TIMEOUT, /**< Fragment timeout exceeded */ |
78 |
DROP_FRAGMENT_TIMEOUT, /**< Fragment timeout exceeded */ |
|
|
| 108 |
/// Log a packet being dropped by a queue |
111 |
/// Log a packet being dropped by a queue |
| 109 |
/// \param ipPayload IP payload |
112 |
/// \param ipPayload IP payload |
| 110 |
void QueueDropLogger (Ptr<const Packet> ipPayload); |
113 |
void QueueDropLogger (Ptr<const Packet> ipPayload); |
|
|
114 |
/// Log a packet being dropped by a queue disc |
| 115 |
/// \param item queue item |
| 116 |
void QueueDiscDropLogger (Ptr<const QueueItem> item); |
| 111 |
|
117 |
|
| 112 |
Ptr<Ipv4FlowClassifier> m_classifier; //!< the Ipv4FlowClassifier this probe is associated with |
118 |
Ptr<Ipv4FlowClassifier> m_classifier; //!< the Ipv4FlowClassifier this probe is associated with |
| 113 |
Ptr<Ipv4L3Protocol> m_ipv4; //!< the Ipv4L3Protocol this probe is bound to |
119 |
Ptr<Ipv4L3Protocol> m_ipv4; //!< the Ipv4L3Protocol this probe is bound to |