


When the runtime is shutting down, we close all the open connections, as per the Microsoft documentation. Sometimes, with some network drivers, this takes a significant amount of time. Setting this variable ON will cause the interface to not close the connections. Though this can speed up the runtime (during shutdown), it is not recommended, since the Microsoft documentation is not being followed. While the default value is "Off" (false, no), this configuration variable can also take the value of "On" (true, yes).