TCP first connection setup times increase to 1-3 sec after a 1-minute idle interval
问题 My original scenario (see the question here) was that I have a hundred small text files that I want to load, parse, and store in a DLL. Clients of the DLL are transient (command line programs), and I would prefer not to reload the data on every command line invocation. (But this post is about the matrix of TCP client/server IPv4/IPv6 connections from my experiments described below.) So, I thought I would write a Windows server to store the data and have the clients query the server using TCP.