From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-2.5 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: IPv6 in kgio.git Date: Wed, 2 Feb 2011 18:25:50 -0800 Message-ID: <20110203022550.GA32601@dcvr.yhbt.net> References: <20110203022550.GA32601@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1296699976 7155 80.91.229.12 (3 Feb 2011 02:26:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Feb 2011 02:26:16 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Thu Feb 03 03:26:11 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org In-Reply-To: <20110203022550.GA32601@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:5 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pkotd-0000Ny-P1 for gclrkg-kgio@m.gmane.org; Thu, 03 Feb 2011 03:26:09 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 2FC4021C6B0 for ; Thu, 3 Feb 2011 02:39:27 +0000 (UTC) Everything should build work in kgio.git, let me know if it doesn't build. It's broken for systems without getaddrinfo(3) and getnameinfo(3), but does anybody still *nix systems without those? I *HATE* having to deal with #ifdefs to support ancient systems, so I won't add support for non-getaddrinfo() systems unless somebody screams. -- Eric Wong