Describes a transmitted packet which has not yet been acknowledged by the peer.
More...
#include <link.h>
|
| int | seq |
| | Original sequence number.
|
| |
| int | txcount |
| | Number of remaining transmit retries.
|
| |
| struct timeval | stamp |
| | Time of last transmit.
|
| |
| BufferStore | data |
| | Packet content.
|
| |
Describes a transmitted packet which has not yet been acknowledged by the peer.
Definition at line 39 of file link.h.
◆ 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: