From owner-cvs-all Fri Jun 29 23:46:37 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 3088637B401; Fri, 29 Jun 2001 23:46:34 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5U6kYc44311; Fri, 29 Jun 2001 23:46:34 -0700 (PDT) (envelope-from rwatson) Message-Id: <200106300646.f5U6kYc44311@freefall.freebsd.org> From: Robert Watson Date: Fri, 29 Jun 2001 23:46:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping ping.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 rwatson 2001/06/29 23:46:33 PDT Modified files: sbin/ping ping.c Log: Modify ping so that it increases the send socket buffer size if the user runs with privilege, allowing the sending of icmp packets with larger size (up to 48k, the default receive buffer size in ping), which is useful for network driver development testing, as well as experimentation with fragmentation. Reviewed by: wpaul Revision Changes Path 1.57 +6 -1 src/sbin/ping/ping.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message