Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2007 09:30:46 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet udp_usrreq.c udp_var.h
Message-ID:  <200707100930.l6A9UkPA039051@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-07-10 09:30:46 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          udp_usrreq.c udp_var.h 
  Log:
  Further cleanup of UDPv4:
  
  - Move udp_sendspace and udp_recvspace global variables and associated
    sysctls to the top of the file where most other such things are present.
  
  - Rename static variable 'blackhole' to 'udp_blackhole' and unstaticize
    so that we can add blackhole support for UDPv6 using the same MIB
    variable.
  
  - Move udp_append() above udp_input() to match the function order in
    udp6_usrreq.c.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.216     +95 -98    src/sys/netinet/udp_usrreq.c
  1.33      +1 -0      src/sys/netinet/udp_var.h



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