On every 4-th rtt update (or session close) push connection data into the
TCP hostcache. The "every 4-th" is arbitrarily defined following previous
logic for a closed connection.
This change makes the TCP stack to add to the TCP hostcache during
a connection lifetime. Modern browsers usually open multiple connections
to a site and connections that were created later now can benefit from
host cache data that was gathered by earlier (but still open) connection.