summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-26 14:01:50 +0000
committerphk <phk@FreeBSD.org>2002-09-26 14:01:50 +0000
commit517772259f9a2337f479415a5c31b3454bd784e0 (patch)
tree9fbb1cd4a087fdfd240758494c2deef5542fa30a /sys/net/if_ethersubr.c
parent18a73315b6b0c89155e8f2db0dabc48b27367e78 (diff)
downloadFreeBSD-src-517772259f9a2337f479415a5c31b3454bd784e0.zip
FreeBSD-src-517772259f9a2337f479415a5c31b3454bd784e0.tar.gz
Be a bit more technical:
Technically junk may have low entropy.
Diffstat (limited to 'sys/net/if_ethersubr.c')
-rw-r--r--sys/net/if_ethersubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index ba254c8..d92f405 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -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);
}
OpenPOWER on IntegriCloud