TCP Vegas

modulename: tcp_vegas.ko

configname: CONFIG_TCP_CONG_VEGAS

Linux Kernel Configuration
└─>Networking
└─>Networking options
└─>TCP: advanced congestion control
└─>TCP Vegas
In linux kernel since version 2.6.13 (release Date: 2005-08-28)  
TCP Vegas is a sender-side only change to TCP that anticipates
the onset of congestion by estimating the bandwidth. TCP Vegas
adjusts the sending rate by modifying the congestion
window. TCP Vegas should provide less packet loss, but it is
not as aggressive as TCP Reno.

source code:
depends
CONFIG_EXPERIMENTAL
CONFIG_INET
CONFIG_NET
CONFIG_TCP_CONG_ADVANCED

is depended by
CONFIG_TCP_CONG_YEAH