From owner-cvs-all Fri Mar 9 4:22:55 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 B3EE937B718; Fri, 9 Mar 2001 04:22:51 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f29CMp697319; Fri, 9 Mar 2001 04:22:51 -0800 (PST) (envelope-from ru) Message-Id: <200103091222.f29CMp697319@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Mar 2001 04:22:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.c raw_ip.c src/share/man/man4 ip.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/09 04:22:51 PST Modified files: sys/netinet ip_icmp.c raw_ip.c share/man/man4 ip.4 Log: Make it possible to use IP_TTL and IP_TOS setsockopt(2) options on certain types of SOCK_RAW sockets. Also, use the ip.ttl MIB variable instead of MAXTTL constant as the default time-to-live value for outgoing IP packets all over the place, as we already do this for TCP and UDP. Reviewed by: wollman Revision Changes Path 1.55 +2 -2 src/sys/netinet/ip_icmp.c 1.74 +4 -3 src/sys/netinet/raw_ip.c 1.20 +7 -7 src/share/man/man4/ip.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message