[1813] in testers
hesiod packet size
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Thu Aug 8 12:11:00 1991
Date: Thu, 8 Aug 91 12:11:04 -0400
From: Mark Rosenstein <mar@MIT.EDU>
To: mar@MIT.EDU
Cc: testers@MIT.EDU
In-Reply-To: Mark Rosenstein's message of Thu, 8 Aug 91 11:51:00 -0400 <9108081551.AA01650@Toto.MIT.EDU>
I missed part of that fix. The named on the workstations will also
need to be able to handle larger packets. Changing PACKETSZ in
<arpa/nameser.h> will mostly fix it, although you should also apply
this patch:
*** ns_main.c Thu Oct 25 11:36:49 1990
--- /tmp/ns_main.c Thu Aug 8 12:10:15 1991
***************
*** 152,158 ****
int rfd, size;
u_long lasttime, maxctime;
u_long nnn, nm;
! char buf[BUFSIZ];
#ifndef SYSV
struct sigvec vec;
#endif
--- 152,158 ----
int rfd, size;
u_long lasttime, maxctime;
u_long nnn, nm;
! char buf[PACKETSZ];
#ifndef SYSV
struct sigvec vec;
#endif