Archive Index
This month's Index
|
Subject: Re: [local-bind] local-bind: Support binding to local interface/IPs.
Re: [local-bind] local-bind: Support binding to local interface/IPs.
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 17 Jul 2010 00:04:50 +0200 (CEST)
On Fri, 16 Jul 2010, Ben Greear wrote:
> I did a grep for AF_INET6 and it's used many places already, so maybe that's
Ah right, I forgot we have this snippet in ares_setup.h:
#if !defined(HAVE_AF_INET6)
So using that define unconditionally is indeed fine.
> In general, the style of c-ares seems quite random. I assume you want it to
I think so. I think I'll go over it at some point and unify the style
> Do you know any git-fu to make it show where the trailing whitespace is for
I saw them with 'git diff' when having applied the patch locally, and I tend
And 'git apply' generally complains about them (controlled by the
More than so, I don't know...
> Well, for what it's worth, we do system-test this stuff, and I plan to stay
Great!
-- / daniel.haxx.seReceived on 2010-07-17 |