Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!brl-adm!adm!mike@BRL.ARPA From: mike@BRL.ARPA Newsgroups: comp.unix.wizards Subject: timed Message-ID: <4596@brl-adm.ARPA> Date: Sun, 22-Feb-87 17:36:34 EST Article-I.D.: brl-adm.4596 Posted: Sun Feb 22 17:36:34 1987 Date-Received: Mon, 23-Feb-87 04:05:08 EST Sender: news@brl-adm.ARPA Lines: 15 Did anybody know that on 4.3 BSD, when timed is started with the -M flag, but it is not running as the master, that it holds open a socket listening for ICMP messages, yet it neglects to read them? On a system that uses PING for testing, etc, this can result in a great many MBUFs being nailed down and ignored (several hundred in this afternoon's debacle)? This isn't enormously harmful, unless you are running low on MBUFs, but can be a surprising bit of behavior. I dont' have a fix, and I'm not planning on working on one. I did, however, modify Phil's PMON program to trace the quantity of I/O buffered in sockets, which is very interesting indeed. Best, -Mike