From dev-return-17712-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Dec 11 15:18:36 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 72492 invoked from network); 11 Dec 2006 15:18:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2006 15:18:28 -0000 Received: (qmail 1356 invoked by uid 500); 11 Dec 2006 15:18:32 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 1308 invoked by uid 500); 11 Dec 2006 15:18:32 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 1289 invoked by uid 99); 11 Dec 2006 15:18:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 07:18:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [82.195.155.60] (HELO dochas.stdlib.net) (82.195.155.60) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 07:18:21 -0800 Received: from colmmacc by dochas.stdlib.net with local (Exim 4.50) id 1Gtmxh-0003G1-1c; Mon, 11 Dec 2006 15:21:01 +0000 Date: Mon, 11 Dec 2006 15:21:01 +0000 From: Colm MacCarthaigh To: Mladen Turk Cc: APR Developer List Subject: Re: [WIN32] IPV4/IPV6 differences Message-ID: <20061211152100.GA12360@dochas.stdlib.net> Reply-To: colm@stdlib.net References: <457D63EC.3050008@apache.org> <20061211143521.GA11678@dochas.stdlib.net> <457D6E33.4030908@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <457D6E33.4030908@apache.org> User-Agent: Mutt/1.5.9i X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Dec 11, 2006 at 03:41:55PM +0100, Mladen Turk wrote: > Colm MacCarthaigh wrote: > >On Mon, Dec 11, 2006 at 02:58:04PM +0100, Mladen Turk wrote: > >>On WIN32, APR by default comes with IPV6 disabled. > > > >I'm not sure what you mean by that. Do you mean the binary builds > >particular developers make? > > Yes and no. IPV6 on WIN32/WIN64 can be enabled only by > manually editing the apr.hw. On nixes it's configure.in-ed. I always thought those were comparable proccess :-) > So you are saying that the same API behaves differently > depending on the OS beneath. Then what's the purpose of the APR? No, the API behaves no differently at all. The API deals with you wanting to listen on the ANY just fine, on windows and so on it will return :: and 0.0.0.0 and if you listen on both it will work. It returns a list of addresses to listen on, not just one :-) -- Colm MacCárthaigh Public Key: colm+pgp@stdlib.net