Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: tcp cleanup and breakage
- X-seq: zsh-workers 17418
- From: Clint Adams <clint@xxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: tcp cleanup and breakage
- Date: Thu, 4 Jul 2002 12:59:49 -0400
- In-reply-to: <27105.1025780215@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <6134254DE87BD411908B00A0C99B044F03A0B326@xxxxxxxxxxxxxxxxxxxxxxx> <27105.1025780215@xxxxxxx>
> I presume this is to make the core code neater and move compatilibity
> code somewhere else. But it won't work under cygwin until there are
> such functions, so they'll have to be written before this gets
> committed.
Also, getaddrinfo() is required by SUSv3, whereas
gethostbyaddr/gethostbyname are deprecated, and
getipnodebyname/getipnodebyaddr aren't even mentioned.
Since that obviously has no practical merit, getaddrinfo()
facilitates support of IPv6. In addition, with the patch applied,
there're more places that accept service names in lieu of TCP port
numbers. Nothing that couldn't be achieved by other methods and a great
deal more difficulty.
I imagine that simplified compatibility functions should be relatively
easy, however.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author