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. More...
 
int txcount
 Number of remaining transmit retries. More...
 
struct timeval stamp
 Time of last transmit. More...
 
bufferStore data
 Packet content. More...
 

Detailed Description

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

Definition at line 40 of file link.h.

Member Data Documentation

◆ data

bufferStore ackWaitQueueElement::data

Packet content.

Definition at line 56 of file link.h.

◆ seq

int ackWaitQueueElement::seq

Original sequence number.

Definition at line 44 of file link.h.

◆ stamp

struct timeval ackWaitQueueElement::stamp

Time of last transmit.

Definition at line 52 of file link.h.

◆ txcount

int ackWaitQueueElement::txcount

Number of remaining transmit retries.

Definition at line 48 of file link.h.


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