DragonFly BSD
DragonFly commits List (threaded) for 2003-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/netinet tcp_input.c tcp_var.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 Jul 2003 18:31:08 -0700 (PDT)

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@xxxxxxxxxxx>
  
  Revision  Changes    Path
  1.4       +33 -1     src/sys/netinet/tcp_input.c
  1.4       +1 -0      src/sys/netinet/tcp_var.h




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]