Re: [PATCH] man3/getaddrinfo.3: Document results ordering and /etc/gai.conf

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



  Hi,

On Fri, Dec 05, 2008 at 12:09:44PM -0500, Michael Kerrisk wrote:
> Hi Petr,
> 
> On Thu, Dec 4, 2008 at 6:22 PM, Petr Baudis <pasky@xxxxxxx> wrote:
> > This patch documents the order of the getaddrinfo(3) results (RFC 3484), how
> > should the application deal with that, mentions the extremely common cause of
> > having multiple results per query (both IPv4 and IPv6 addresses available)
> > and mentions /etc/gai.conf.
> 
> Thanks for this!  I've applied this for 3.15, but with tweaks as noted below.

  thanks! (Purely out of curiosity, how often do you push out your git
tree? Only on releases?)

> > @@ -293,15 +295,26 @@ and returns a pointer to the start of the list in
> >  The items in the linked list are linked by the
> >  .I ai_next
> >  field.
> > +.PP
> 
> This change is not relevant to the subject of the patch, and unneeded.  Dropped.

  I simply think that with the addition, the whole paragraph is too big
and hard to read. But this is of course matter of personal preference.

> >  There are several reasons why
> >  the linked list may have more than one
> >  .I addrinfo
> > -structure, including: the network host is multi-homed; or the same service
> > -is available from multiple socket protocols (one
> > +structure, including: the network host is multi-homed, accessible
> > +over multiple protocols (e.g. both
> > +.BR AF_INET
> > +and
> > +.BR AF_INET6 );
> > +or the same service is available from multiple socket types (one
> >  .B SOCK_STREAM
> >  address and another
> >  .B SOCK_DGRAM
> > -address, for example).
> > +address, for example).  Normally, the application should try
> 
> My preference (see man-pages(7) is to start new sentences on new line.
>  This is because (later) diffs at least sometimes operate at the
> sentence level.

  Thanks, I did not actually read man-pages(7) yet, I will do that.

> > +using the addresses in the order they are returned in.
> > +The sorting function used within
> > +.BR getaddrinfo ()
> > +is defined in RFC\ 3484; the order can be tweaked for a particular
> > +system by editing
> > +.IR /etc/gai.conf .
> 
> Here, it is good to mention the glibc version that first started
> supporting gai.conf.  It looks like it was 2.5, and I've added that
> information.

  Yes, glibc-2.5 introduced this.

-- 
				Petr "Pasky" Baudis
People who take cold baths never have rheumatism, but they have
cold baths.
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux