Date: Fri, 9 Mar 2001 04:22:51 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> 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 Message-ID: <200103091222.f29CMp697319@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103091222.f29CMp697319>