Loading...
Searching...
No Matches
Data Fields
imquic_sent_packet Struct Reference

Info on a sent packet. More...

#include <quic.h>

Collaboration diagram for imquic_sent_packet:
Collaboration graph
[legend]

Data Fields

imquic_connectionconn
 Connection this packet was sent on.
 
imquic_packetpacket
 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.
 

Detailed Description

Info on a sent packet.

Note
This is only used to retrieve info on a sent packet when parsing an ACK

Field Documentation

◆ ack_eliciting

gboolean imquic_sent_packet::ack_eliciting

Whether this packet contained ACK-eliciting frames.

◆ conn

imquic_connection* imquic_sent_packet::conn

Connection this packet was sent on.

◆ level

enum ssl_encryption_level_t imquic_sent_packet::level

The encryption level of this packet.

◆ packet

imquic_packet* imquic_sent_packet::packet

imquic_packet instance, in case we need it for retransmissions

◆ packet_number

uint64_t imquic_sent_packet::packet_number

Packet number.

◆ packet_size

size_t imquic_sent_packet::packet_size

Packet size in bytes.

◆ sent_time

int64_t imquic_sent_packet::sent_time

Monotonic time of when this packet was sent.


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