cvs commit: src/sys/netinet tcp_sack.c tcp_subr.c tcp_var.h
    Paul Saab 
    ps at FreeBSD.org
       
    Thu Apr 21 13:11:02 PDT 2005
    
    
  
ps          2005-04-21 20:11:01 UTC
  FreeBSD src repository
  Modified files:
    sys/netinet          tcp_sack.c tcp_subr.c tcp_var.h 
  Log:
  - Make the sack scoreboard logic use the TAILQ macros. This improves
    code readability and facilitates some anticipated optimizations in
    tcp_sack_option().
  - Remove tcp_print_holes() and TCP_SACK_DEBUG.
  
  Submitted by:   Raja Mukerji.
  Reviewed by:    Mohan Srinivasan, Noritoshi Demizu.
  
  Revision  Changes    Path
  1.15      +38 -75    src/sys/netinet/tcp_sack.c
  1.224     +2 -0      src/sys/netinet/tcp_subr.c
  1.121     +2 -5      src/sys/netinet/tcp_var.h
    
    
More information about the cvs-all
mailing list