Subject: rnd and network devices
To: None <tech-kern@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-kern
Date: 08/28/2000 15:27:43
Why are network entropy not enabled by default?

	/*
	 * force network devices to not collect any entropy by
	 * default
	 */
	if (type == RND_TYPE_NET)
		flags |= (RND_FLAG_NO_COLLECT | RND_FLAG_NO_ESTIMATE);

/Johan