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

#include <tcp_vegas.h>

Data Fields

u32 beg_snd_nxt
 
u32 beg_snd_una
 
u32 beg_snd_cwnd
 
u8 doing_vegas_now
 
u16 cntRTT
 
u32 minRTT
 
u32 baseRTT
 

Detailed Description

Definition at line 8 of file tcp_vegas.h.

Field Documentation

u32 baseRTT

Definition at line 15 of file tcp_vegas.h.

u32 beg_snd_cwnd

Definition at line 11 of file tcp_vegas.h.

u32 beg_snd_nxt

Definition at line 9 of file tcp_vegas.h.

u32 beg_snd_una

Definition at line 10 of file tcp_vegas.h.

u16 cntRTT

Definition at line 13 of file tcp_vegas.h.

u8 doing_vegas_now

Definition at line 12 of file tcp_vegas.h.

u32 minRTT

Definition at line 14 of file tcp_vegas.h.


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