From owner-cvs-all Wed Apr 25 5:26: 4 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 50A5637B423; Wed, 25 Apr 2001 05:26:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3PCQ0071652; Wed, 25 Apr 2001 05:26:00 -0700 (PDT) (envelope-from ru) Message-Id: <200104251226.f3PCQ0071652@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 25 Apr 2001 05:26:00 -0700 (PDT) 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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/25 05:26:00 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_icmp.c raw_ip.c share/man/man4 ip.4 Log: MFC: 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. Revision Changes Path 1.39.2.8 +2 -2 src/sys/netinet/ip_icmp.c 1.64.2.4 +4 -3 src/sys/netinet/raw_ip.c 1.13.2.3 +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