TCPS-908 — Immediate child termination is performed after receiving a signal
The proxy can be requested to terminate immediately by signalling its parent process with SIGTERM, SIGQUIT, or SIGINT. Immediate termination means that the proxy does not accept any new connections and currently open connections are immediately closed. Normally, a signal should be sent only to the parent process. It then signals the children appropriately.