• Bin Zhou's avatar
    [TCP]: TCP Veno congestion control · 76f10177
    Bin Zhou authored
    TCP Veno module is a new congestion control module to improve TCP
    performance over wireless networks. The key innovation in TCP Veno is
    the enhancement of TCP Reno/Sack congestion control algorithm by using
    the estimated state of a connection based on TCP Vegas. This scheme
    significantly reduces "blind" reduction of TCP window regardless of
    the cause of packet loss.
    
    This work is based on the research paper "TCP Veno: TCP Enhancement
    for Transmission over Wireless Access Networks." C. P. Fu, S. C. Liew,
    IEEE Journal on Selected Areas in Communication, Feb. 2003.
    
    Original paper and many latest research works on veno:
     http://www.ntu.edu.sg/home/ascpfu/veno/veno.htmlSigned-off-by: default avatarBin Zhou <zhou0022@ntu.edu.sg>
    	       Cheng Peng Fu <ascpfu@ntu.edu.sg>
    Signed-off-by: default avatarStephen Hemminger <shemminger@osdl.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    76f10177
Makefile 2.07 KB