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

Jeffrey Hsu hsu at crater.dragonflybsd.org
Thu Aug 14 16:11:08 PDT 2003


hsu         2003/08/14 16:09:33 PDT

  Modified files:
    sys/netinet          tcp_input.c tcp_timer.c tcp_var.h 
  Log:
  Make the logic clear on when to use Eifel detection or fall back
  onto the old RTT heuristic.
  
  Move infrequently executed code out of the fast path to avoid
  L1 instruction cache pollution.
  
  Add statistics to disambiguate how a spurious retransmit was detected.
  
  Revision  Changes    Path
  1.9       +29 -40    src/sys/netinet/tcp_input.c
  1.5       +17 -0     src/sys/netinet/tcp_timer.c
  1.7       +3 -0      src/sys/netinet/tcp_var.h






More information about the Commits mailing list