On Mon, 3 Oct 2011, Lluís Batlle i Rossell wrote:
Additionally, I don't know how portable it is to use always getaddrinfo (POSIX-2001?) while requiring C89.
C89 does not address networking, so this issue is unrelated to C89. If getaddrinfo is not supported on a platform that uses the socket API it may be time to move away from it :-(
The only extra complexity it adds is that a server has to be able to listen to multiple sockets. Some OSes may give you a single socket that can handle both IPv4 and IPv6 connections, and others will not.
Ge'
The code could go right now into a branch, and then we change it according to needs and tests. Regards, Lluís. _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users