Subject: CVS commit: basesrc/sbin/ping
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 10/10/2001 18:58:05
Module Name:	basesrc
Committed By:	yamt
Date:		Wed Oct 10 15:58:05 UTC 2001

Modified Files:
	basesrc/sbin/ping: ping.8 ping.c

Log Message:
- use IP_MAXPACKET instead of 65535.
- change max packet size from 65468 to 65467(= IP_MAXPACKET-60-8).


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 basesrc/sbin/ping/ping.8
cvs rdiff -r1.60 -r1.61 basesrc/sbin/ping/ping.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.