[228] in Hesiod
Re: huge printcap entries
daemon@ATHENA.MIT.EDU (Greg Wohletz)
Fri Jul 29 13:20:33 1994
Cc: Dan Walsh <walsh@athena.tay.dec.com>,
"Derrick J. Brashear" <db74+@andrew.cmu.edu>, hesiod@MIT.EDU,
bind-workers@vix.com
In-Reply-To: Your message of "Fri, 29 Jul 1994 09:35:29 PDT."
<9407291645.AA26778@MIT.EDU>
Date: Fri, 29 Jul 1994 10:12:30 -0700
From: Greg Wohletz <greg@duke.CS.UNLV.EDU>
>>There are two places where you need to change the limit.
>>
>>First you need to change hesiod to use a tcp connection.
>>
>
>I've always thought that hesiod should use a VC. I'll give this a try.
Even with these changes there is still a problem. Although the hesiod
program will use a VC to connect to the local server, the local server
won't use a VC to contact the authoritative server, so you are right back
where you started from.
Perhaps someone could comment on how the current verion of BIND handles large
answers. From the debugging output it would appear that the largest packet
it is willing to send is 504 bytes despite using the 8k buffer size.
Perhaps the forwarder should use a VC if it receives a truncated answer on
its 1st try.
--Greg