Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2003 14:06:20 -0800 (PST)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h tcp_var.h
Message-ID:  <200303082206.h28M6KgL029120@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2003/03/08 14:06:20 PST

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_subr.c tcp_timer.c 
                         tcp_timer.h tcp_var.h 
  Log:
  Remove a panic(); if the zone allocator can't provide more timewait
  structures, reuse the oldest one.  Also move the expiry timer from
  a per-structure callout to the tcp slow timer.
  
  Sponsored by: DARPA, NAI Labs
  
  Revision  Changes    Path
  1.199     +3 -4      src/sys/netinet/tcp_input.c
  1.158     +19 -20    src/sys/netinet/tcp_subr.c
  1.59      +61 -22    src/sys/netinet/tcp_timer.c
  1.24      +7 -1      src/sys/netinet/tcp_timer.h
  1.87      +4 -2      src/sys/netinet/tcp_var.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303082206.h28M6KgL029120>