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

Paul Saab ps at FreeBSD.org
Sun Nov 7 19:22:52 PST 2004


ps          2004-11-08 03:22:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          tcp_input.c tcp_output.c tcp_sack.c 
                         tcp_subr.c tcp_var.h 
  Log:
  MFC:
  - Estimate the amount of data in flight in sack recovery and use it
    to control the packets injected while in sack recovery (for both
    retransmissions and new data).
  - Cleanups to the sack codepaths in tcp_output.c and tcp_sack.c.
  - Add a new sysctl (net.inet.tcp.sack.initburst) that controls the
    number of sack retransmissions done upon initiation of sack recovery.
  
  Submitted by:   Mohan Srinivasan <mohans at yahoo-inc.com>
  
  Revision   Changes    Path
  1.252.2.1  +9 -3      src/sys/netinet/tcp_input.c
  1.100.2.3  +40 -26    src/sys/netinet/tcp_output.c
  1.3.2.1    +21 -16    src/sys/netinet/tcp_sack.c
  1.201.2.3  +0 -5      src/sys/netinet/tcp_subr.c
  1.109.2.1  +4 -1      src/sys/netinet/tcp_var.h


More information about the cvs-all mailing list