Measure Latency Using TCP
Last updated
In Python, we can use tcp-latency module to measure Latency using TCP.
>>> from tcp_latency import measure_latency
>>> measure_latency(host='google.com')
[103.44290733337402]pip install tcp-latencyReference(s)
Last updated