MNIO-102 — Proxy cannot check for unexpected connection close
Sometimes during a proxy operation, it is an error if a peer (client or server) closes its connection to the proxy. This message indicates that the test if a connection is closed failed. Concretely, syscall setsockopt() with argument SO_RCVLOWAT failed. The proxy assumes the connection is still open and continues normal processing.