plptools
Loading...
Searching...
No Matches
AckWaitQueueElement Struct Reference

Describes a transmitted packet which has not yet been acknowledged by the peer. More...

#include <link.h>

Collaboration diagram for AckWaitQueueElement:

Public Attributes

int seq
 Original sequence number.
 
int txcount
 Number of remaining transmit retries.
 
struct timeval stamp
 Time of last transmit.
 
BufferStore data
 Packet content.
 

Detailed Description

Describes a transmitted packet which has not yet been acknowledged by the peer.

Definition at line 39 of file link.h.

Member Data Documentation

◆ data

BufferStore AckWaitQueueElement::data

Packet content.

Definition at line 55 of file link.h.

◆ seq

int AckWaitQueueElement::seq

Original sequence number.

Definition at line 43 of file link.h.

◆ stamp

struct timeval AckWaitQueueElement::stamp

Time of last transmit.

Definition at line 51 of file link.h.

◆ txcount

int AckWaitQueueElement::txcount

Number of remaining transmit retries.

Definition at line 47 of file link.h.


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