On Sun, Dec 29, 2002 at 04:59:46PM +1300, Nick Phillips wrote: > Be careful about looking in /proc if you want it to run on non-linux > systems (Debian on a NetBSD or Hurd kernel). That's a good point - I was actually thinking of trying to do a connect on each socket number, rather than using proc, but the portability point is well made. Steve ---