Date: Thu, 30 Oct 2003 09:36:53 -0800 (PST) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.c Message-ID: <200310301736.h9UHar9o052670@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume         2003/10/30 09:36:53 PST
  FreeBSD src repository
  Modified files:
    lib/libc/net         getaddrinfo.c 
  Log:
  add destination address selection described in RFC3484.
  in KAME implementation, even when no policy is installed
  into kernel, getaddrinfo(3) sorts addresses.  Since it
  causes POLA violation, I modified to don't sort addresses
  when no policy is installed into kernel,
  
  Obtained from:  KAME
  
  Revision  Changes    Path
  1.48      +412 -7    src/lib/libc/net/getaddrinfo.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310301736.h9UHar9o052670>
