Use TcpMgrResetOnTimeOut to delete TCP sessions with exceeded time-out. TcpMgrResetOnTimeOut makes this
decision using the GetTickCount() Win32 API function and
LastPacketTime property as follows:
IF GetTickCount() - LastPacketTime >= TimeOut THEN TcpMgrResetOnTimeOut.
If HNTcpManager contains packets awaiting to
be assembled, the event handlers OnPacketReturn
will be called for each packet belonging to the session to be deleted and awaiting for assembling
in the HNTcpManager object.