Subject: mbuf socket options leak?
To: None <current-users@NetBSD.ORG>
From: Robert Dobbs <banshee@gabriella.resort.com>
List: current-users
Date: 01/12/1995 01:24:27
Could someone else confirm the existance of a leak of socket option
mbufs in netbsd -current kernel built 1/2/95

Steps to reproduce:
netstat -m; note the number of mbufs for "socket options"
ping some host
netstat -m; the number of mbufs has increased by one

both ping and traceroute cause this increment on my system.

-john