Info on a sent packet. More...
#include <quic.h>
Data Fields | |
imquic_connection * | conn |
Connection this packet was sent on. | |
imquic_packet * | packet |
imquic_packet instance, in case we need it for retransmissions | |
enum ssl_encryption_level_t | level |
The encryption level of this packet. | |
uint64_t | packet_number |
Packet number. | |
size_t | packet_size |
Packet size in bytes. | |
int64_t | sent_time |
Monotonic time of when this packet was sent. | |
gboolean | ack_eliciting |
Whether this packet contained ACK-eliciting frames. | |
Info on a sent packet.
gboolean imquic_sent_packet::ack_eliciting |
Whether this packet contained ACK-eliciting frames.
imquic_connection* imquic_sent_packet::conn |
Connection this packet was sent on.
enum ssl_encryption_level_t imquic_sent_packet::level |
The encryption level of this packet.
imquic_packet* imquic_sent_packet::packet |
imquic_packet instance, in case we need it for retransmissions
uint64_t imquic_sent_packet::packet_number |
Packet number.
size_t imquic_sent_packet::packet_size |
Packet size in bytes.
int64_t imquic_sent_packet::sent_time |
Monotonic time of when this packet was sent.