Luciano Rocha <strange <at> nsk.no-ip.org> writes: > You're searching for hostname and service in the same call to > getaddrinfo. Last time I tried that, the service was ignored, and I > switched to using two calls, one for the host and another for the > service. >
Thanks Luciano, it works if I do the 2 separate calls, as you suggested. However it only works if I don't set O_NONBLOCK. Has anyone been successful in getting Non-blocking Sockets (Sockets, not Files) to work on uClibc? _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
