Computer Science
How to get latency from TCP socket?
I am using a normal socket with TCP/stream, trying to get the latency.Send cannot be measured as it returns immediately even if the data was multiple megabytes. Measuring receive doesn’t work for small packets as Read more…