Linux Kernel
3.7.1
|
#include <packet_history.h>
Data Fields | |
struct tfrc_rx_hist_entry * | ring [TFRC_NDUPACK+1] |
u8 | loss_count:2 |
u8 | loss_start:2 |
tfrc_rx_hist - RX history structure for TFRC-based protocols : Packet history for RTT sampling and loss detection : Number of entries in circular history : Movable index (for loss detection) : Used during RTT sampling, points to candidate entry
Definition at line 94 of file packet_history.h.
u8 loss_count |
Definition at line 96 of file packet_history.h.
u8 loss_start |
Definition at line 96 of file packet_history.h.
Definition at line 95 of file packet_history.h.