From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <44b3232235d0068cf251d2005740321a@rei2.9hal> Date: Wed, 22 Aug 2012 12:05:00 -0400 Message-ID: From: Charles Forsyth To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=047d7b33dc30abcc3d04c7dce7e1 Subject: Re: [9fans] dns Topicbox-Message-UUID: ade77a42-ead7-11e9-9d60-3106f5b1d025 --047d7b33dc30abcc3d04c7dce7e1 Content-Type: text/plain; charset=UTF-8 I sent this to cinap earlier, who concurred. On 22 August 2012 11:12, Charles Forsyth wrote: > Given the comment > > /* remove all addrs of responding server from list */ > for(np = qp->dest; np < qp->curdest; np++) > if(np->s == p->s) > p->nx = Maxtrans; > > I wonder whether np->nx = Maxtrans was meant. > > --047d7b33dc30abcc3d04c7dce7e1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I sent this to cinap earlier, who concurred.

On 22 August 2012 11:12, Charles Forsyth <charles.forsyth@gma= il.com> wrote:
Given the comment

/* remove al= l addrs of responding server from list */
for(np =3D qp->dest; np < qp->curdest; np++)
if(np->s =3D=3D p-&= gt;s)
p-&g= t;nx =3D Maxtrans;

I wonder whether np->nx =3D = Maxtrans was meant.


--047d7b33dc30abcc3d04c7dce7e1--