Details
Description
Currently, if the IP address is lost, all all connections are closed actively, which is odd due to the following reasons:
1) Acyclic (class 3) connections are passively closed through the TCP/IP layer
2) For cyclic connections (class 0/1), it is better to simulate a connection timeout instead of "good case" close.