On Thu, Nov 13, 2003 at 04:04:23PM -0500, Derek Morr wrote:
>
> the
> machine I'm using (a V880 running 2.8) has no IPv6 address on any of its
> interfaces.
So the for loop over the addresses that are returned should go
over both socket() and bind() instead of only socket(). And
probably connect() too.
The code now assumes if you create a socket of a certain type you
can actually use it.
Kurt