Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 10/16/2006 18:13:56
Module Name:	src
Committed By:	rpaulo
Date:		Mon Oct 16 18:13:56 UTC 2006

Modified Files:
	src/sys/netinet: tcp_usrreq.c tcp_var.h

Log Message:
Export the tcp_do_rfc1948 variable to userland via sysctl.
The code to generate an ISS via an MD5 hash has been present in the
NetBSD kernel since 2001, but it wasn't even exported to userland at
that time. It was agreed on tech-net with the original author <thorpej>
that we should let the user decide if he wants to enable it or not.
Not enabled by default.


To generate a diff of this commit:
cvs rdiff -r1.125 -r1.126 src/sys/netinet/tcp_usrreq.c
cvs rdiff -r1.138 -r1.139 src/sys/netinet/tcp_var.h

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