cvs commit: src/sys/netinet udp_usrreq.c udp_var.h

Robert Watson rwatson at FreeBSD.org
Tue Jul 10 09:30:46 UTC 2007


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


More information about the cvs-src mailing list