[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Exposing common type wrapping/unwrapping methods
From: |
Kevin Ryde |
Subject: |
Re: Exposing common type wrapping/unwrapping methods |
Date: |
Thu, 22 Sep 2005 10:14:22 +1000 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
address@hidden (Ludovic Courtès) writes:
>
> Again, I only tested AF_INET addresses and I didn't try `sendto' and
> `bind'.
Untested code cannot be accepted. AF_UNIX is easy, AF_INET6 might
depend on the system. You'll need to make something for
test-suite/tests/socket.test exercising each case, eventually.