2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 18:19:42 +00:00

Bufsize of 64K

This commit is contained in:
Michael Sawyer 2000-06-23 02:56:10 +00:00
parent 0087d83906
commit 461bead53c

View File

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: dig.h,v 1.24 2000/06/21 17:48:32 mws Exp $ */
/* $Id: dig.h,v 1.25 2000/06/23 02:56:10 mws Exp $ */
#ifndef DIG_H
#define DIG_H
@ -36,7 +36,7 @@
#define MXNAME 256
#define MXRD 32
#define BUFSIZE 512
#define COMMSIZE 32767
#define COMMSIZE 0xffff
#define RESOLVCONF "/etc/resolv.conf"
#define OUTPUTBUF 32767
#define LOOKUP_LIMIT 64