Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ccid3_hc_rx_sock Struct Reference

#include <ccid3.h>

Data Fields

u8 rx_last_counter:4
 
u32 rx_bytes_recv
 
u32 rx_x_recv
 
u32 rx_rtt
 
ktime_t rx_tstamp_last_feedback
 
struct tfrc_rx_hist rx_hist
 
struct tfrc_loss_hist rx_li_hist
 
u16 rx_s
 

Detailed Description

struct ccid3_hc_rx_sock - CCID3 receiver half-connection socket : Tracks window counter (RFC 4342, 8.1) : Receiver state, one of ccid3_hc_rx_states : Total sum of DCCP payload bytes : Receiver estimate of send rate (RFC 3448, sec. 4.3) : Receiver estimate of RTT : Time at which last feedback was sent : Packet history (loss detection + RTT sampling) : Loss Interval database : Received packet size in bytes : Inverse of Loss Event Rate (RFC 4342, sec. 8.5)

Definition at line 140 of file ccid3.h.

Field Documentation

u32 rx_bytes_recv

Definition at line 142 of file ccid3.h.

Definition at line 147 of file ccid3.h.

u8 rx_last_counter

Definition at line 141 of file ccid3.h.

struct tfrc_loss_hist rx_li_hist

Definition at line 148 of file ccid3.h.

u32 rx_rtt

Definition at line 145 of file ccid3.h.

u16 rx_s

Definition at line 149 of file ccid3.h.

ktime_t rx_tstamp_last_feedback

Definition at line 146 of file ccid3.h.

u32 rx_x_recv

Definition at line 144 of file ccid3.h.


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