Information about transmitted packet. More...
Public Member Functions | |
| TxInfo (uint32_t s, Time t, Time j) | |
| Constructor. | |
Public Attributes | |
| Time | jitter {} |
| delay jitter applied to the packet | |
| uint32_t | size {} |
| size of the packet in bytes | |
| Time | tstamp {} |
| timestamp at which the packet is transmitted | |
Information about transmitted packet.
Definition at line 102 of file tgax-voip-traffic-test-suite.cc.
Constructor.
| s | the size of the packet in bytes |
| t | the timestamp at which the packet is transmitted |
| j | the delay jitter applied to the packet |
Definition at line 110 of file tgax-voip-traffic-test-suite.cc.
| Time TgaxVoipTrafficTestCase::TxInfo::jitter {} |
delay jitter applied to the packet
Definition at line 119 of file tgax-voip-traffic-test-suite.cc.
Referenced by TxInfo().
| uint32_t TgaxVoipTrafficTestCase::TxInfo::size {} |
size of the packet in bytes
Definition at line 117 of file tgax-voip-traffic-test-suite.cc.
Referenced by TxInfo().
| Time TgaxVoipTrafficTestCase::TxInfo::tstamp {} |
timestamp at which the packet is transmitted
Definition at line 118 of file tgax-voip-traffic-test-suite.cc.
Referenced by TxInfo().