[IRCServices Coding] ircservices5.0a28 various

Finny Merrill griever at t2n.org
Sun Apr 14 08:41:24 PDT 2002


I believe the POSIX way to do this is to call connect(), ignore the return 
value, then select() it for except and write. If write, it opened 
successfully, if except, there's an error (use getsockopt()).