Structure to store information about packets that are not successfully transmitted. More...
Public Attributes | |
| uint64_t | id |
| the associated TX event ID | |
| Time | latency |
| the networking latency applied to the first transmission attempt | |
| Ptr< Packet > | packet |
| the packet to transmit | |
Structure to store information about packets that are not successfully transmitted.
Definition at line 166 of file tgax-video-traffic.h.
| uint64_t ns3::TgaxVideoTraffic::UnsentPacketInfo::id |
the associated TX event ID
Definition at line 168 of file tgax-video-traffic.h.
| Time ns3::TgaxVideoTraffic::UnsentPacketInfo::latency |
the networking latency applied to the first transmission attempt
Definition at line 170 of file tgax-video-traffic.h.
the packet to transmit
Definition at line 169 of file tgax-video-traffic.h.