A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::TgaxVideoTraffic::UnsentPacketInfo Struct Reference

Structure to store information about packets that are not successfully transmitted. More...

Collaboration diagram for ns3::TgaxVideoTraffic::UnsentPacketInfo:

Public Attributes

uint64_t id
 the associated TX event ID
Time latency
 the networking latency applied to the first transmission attempt
Ptr< Packetpacket
 the packet to transmit

Detailed Description

Structure to store information about packets that are not successfully transmitted.

Definition at line 166 of file tgax-video-traffic.h.

Member Data Documentation

◆ id

uint64_t ns3::TgaxVideoTraffic::UnsentPacketInfo::id

the associated TX event ID

Definition at line 168 of file tgax-video-traffic.h.

◆ latency

Time ns3::TgaxVideoTraffic::UnsentPacketInfo::latency

the networking latency applied to the first transmission attempt

Definition at line 170 of file tgax-video-traffic.h.

◆ packet

Ptr<Packet> ns3::TgaxVideoTraffic::UnsentPacketInfo::packet

the packet to transmit

Definition at line 169 of file tgax-video-traffic.h.


The documentation for this struct was generated from the following file: