Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2011 08:00:29 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet in_pcb.c in_pcb.h ip_input.c ip_var.h
Message-ID:  <201104200800.p3K80lI6057769@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2011-04-20 08:00:29 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in_pcb.c in_pcb.h ip_input.c ip_var.h 
  Log:
  SVN rev 220879 on 2011-04-20 08:00:29Z by bz
  
  MFp4 CH=191470:
  
  Move the ipport_tick_callout and related functions from ip_input.c
  to in_pcb.c.  The random source port allocation code has been merged
  and is now local to in_pcb.c only.
  Use a SYSINIT to get the callout started and no longer depend on
  initialization from the inet code, which would not work in an IPv6
  only setup.
  
  Reviewed by:    gnn
  Sponsored by:   The FreeBSD Foundation
  Sponsored by:   iXsystems
  MFC after:      4 days
  
  Revision  Changes    Path
  1.273     +28 -1     src/sys/netinet/in_pcb.c
  1.146     +0 -3      src/sys/netinet/in_pcb.h
  1.391     +0 -15     src/sys/netinet/ip_input.c
  1.121     +0 -1      src/sys/netinet/ip_var.h



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