cvs commit: src/sys/netinet tcp_input.c tcp_var.h
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Wed Jul 23 18:31:14 PDT 2003
    
    
  
dillon      2003/07/23 18:31:08 PDT
  Modified files:
    sys/netinet          tcp_input.c tcp_var.h 
  Log:
  Here is an implementation of Limited Transmit (RFC 3042) for DragonFlyBSD.
  This reduces the high latency problems that NewReno often exhibits in the face
  of packet loss.
  
  Submitted-by: Jeffrey Hsu <hsu at xxxxxxxxxxx>
  
  Revision  Changes    Path
  1.4       +33 -1     src/sys/netinet/tcp_input.c
  1.4       +1 -0      src/sys/netinet/tcp_var.h
    
    
More information about the Commits
mailing list