From 4cb08f797a07ac9a3cf28edeb560a4410daaa46b Mon Sep 17 00:00:00 2001
From: Jeff Hill
You must be running the logClient and logging to an iocLogServer and also +temporarily run the IOC out of network buffers.
+ +IP kernel locks up during a transient mbuf starvation situation. No +network communication.
+ +The fix was to not call logFdAdd for the log client's socket and instead +create a specialized vxWorks device driver which calls errlogPrintf for each +incoming message and then call logFdAdd for a file descriptor opened with +that device driver. The desirable functional change being errlogPrintf's +capability to discard messages when it gets behind (because of a transient +mbuf starvation situation).
+