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

Paul Saab ps at FreeBSD.org
Sat Jun 4 01:03:29 PDT 2005


ps          2005-06-04 08:03:28 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_sack.c tcp_var.h 
  Log:
  Changes to tcp_sack_option() that
  - Walks the scoreboard backwards from the tail to reduce the number of
    comparisons for each sack option received.
  - Introduce functions to add/remove sack scoreboard elements, making
    the code more readable.
  
  Submitted by:   Noritoshi Demizu
  Reviewed by:    Raja Mukerji, Mohan Srinivasan
  
  Revision  Changes    Path
  1.21      +116 -90   src/sys/netinet/tcp_sack.c
  1.125     +2 -1      src/sys/netinet/tcp_var.h


More information about the cvs-src mailing list