From owner-cvs-all Sat May 26 7:40:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A7E137B43C; Sat, 26 May 2001 07:40:40 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QEeeO33150; Sat, 26 May 2001 07:40:40 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200105261440.f4QEeeO33150@freefall.freebsd.org> From: David Malone Date: Sat, 26 May 2001 07:40:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.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 dwmalone 2001/05/26 07:40:40 PDT Modified files: usr.sbin/inetd builtins.c Log: Make dg_echo return up to the first 65536 bytes of a datagram. The patch I used isn't quite the one Lars suggested, but the size of the largest datagram you can recv isn't #defined anywhere, and probably isn't even bounded for some protocols. PR: 25050 Submitted by: Lars Eggert Revision Changes Path 1.32 +2 -2 src/usr.sbin/inetd/builtins.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message