Subject: Re: getaddrinfo
To: Johan Danielsson <joda@pdc.kth.se>
From: None <itojun@iijlab.net>
List: tech-net
Date: 07/09/2000 10:18:01
>Does, among other things, this:
>What's so bad about using numeric services with socktype ANY?

	getaddrinfo cannot figure out what socktype to use when you give
	numeric service to it.  (when you give names, it can guess from
	/etc/services)

itojun