From owner-cvs-all Thu Oct 3 10:25:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD99237B401; Thu, 3 Oct 2002 10:25:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E5CB43E6E; Thu, 3 Oct 2002 10:25:34 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g93HPYCo057284; Thu, 3 Oct 2002 10:25:34 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g93HPYuA057283; Thu, 3 Oct 2002 10:25:34 -0700 (PDT) Message-Id: <200210031725.g93HPYuA057283@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 3 Oct 2002 10:25:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net gethostbydns.c getnetbydns.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/10/03 10:25:34 PDT Modified files: lib/libc/net gethostbydns.c getnetbydns.c Log: Allocate 64K recieve buffer for DNS responses. Though res_query.c also defines and refers MAXPACKET, it is not related to ansbuf. So, I didn't touch res_query.c. Revision Changes Path 1.40 +26 -13 src/lib/libc/net/gethostbydns.c 1.26 +24 -13 src/lib/libc/net/getnetbydns.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message