On Mon, Jul 08, 2013 at 02:43:20PM +0200, Henning Brauer wrote: > * Mikael <[email protected]> [2013-07-08 03:13]: > > This email thread is to query for if anyone knows about a tool in OBSD for > > > > * introspecting the TCP network stack state, preferably by simply getting > > a pretty-printed dump of them, and for > > netstat(1), last not least -A and -P > > > * resetting the TCP network stack state > > reboot(8) >
tcpdrop should work as well. > > respectively and any tool for > > > > * introspecting the present mbufs, preferably by simply getting a > > pretty-printed dump of them, and for > > no such thing really > ddb(8) look for mbuf > > * resetting (wiping) the mbuf:s, > > reboot(8) or ddb(8) with call bzero() or call one of the many mbuf functions where one clears a mbuf. -- :wq Claudio

