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

Data Fields

u32 cnt
 
u32 last_max_cwnd
 
u32 loss_cwnd
 
u32 last_cwnd
 
u32 last_time
 
u32 epoch_start
 
u32 delayed_ack
 
u32 bic_origin_point
 
u32 bic_K
 
u32 delay_min
 
u32 ack_cnt
 
u32 tcp_cwnd
 
u16 delayed_ack
 
u8 sample_cnt
 
u8 found
 
u32 round_start
 
u32 end_seq
 
u32 last_ack
 
u32 curr_rtt
 

Detailed Description

Definition at line 46 of file tcp_bic.c.

Field Documentation

u32 ack_cnt

Definition at line 91 of file tcp_cubic.c.

u32 bic_K

Definition at line 88 of file tcp_cubic.c.

u32 bic_origin_point

Definition at line 87 of file tcp_cubic.c.

u32 cnt

Definition at line 47 of file tcp_bic.c.

u32 curr_rtt

Definition at line 101 of file tcp_cubic.c.

u32 delay_min

Definition at line 89 of file tcp_cubic.c.

u32 delayed_ack

Definition at line 54 of file tcp_bic.c.

u16 delayed_ack

Definition at line 95 of file tcp_cubic.c.

u32 end_seq

Definition at line 99 of file tcp_cubic.c.

u32 epoch_start

Definition at line 52 of file tcp_bic.c.

u8 found

Definition at line 97 of file tcp_cubic.c.

u32 last_ack

Definition at line 100 of file tcp_cubic.c.

u32 last_cwnd

Definition at line 50 of file tcp_bic.c.

u32 last_max_cwnd

Definition at line 48 of file tcp_bic.c.

u32 last_time

Definition at line 51 of file tcp_bic.c.

u32 loss_cwnd

Definition at line 49 of file tcp_bic.c.

u32 round_start

Definition at line 98 of file tcp_cubic.c.

u8 sample_cnt

Definition at line 96 of file tcp_cubic.c.

u32 tcp_cwnd

Definition at line 92 of file tcp_cubic.c.


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