Be a bit more technical:

Technically junk may have low entropy.
This commit is contained in:
phk 2002-09-26 14:01:50 +00:00
parent 18a73315b6
commit 517772259f

View File

@ -637,7 +637,7 @@ ether_input(struct ifnet *ifp, struct ether_header *eh, struct mbuf *m)
recvLocal:
/* Continue with upper layer processing */
ether_demux(ifp, eh, m);
/* First chunk of an mbuf contains good junk */
/* First chunk of an mbuf contains good entropy */
if (harvest.ethernet)
random_harvest(m, 16, 3, 0, RANDOM_NET);
}