TCP handshake delay check
Network Quality TCP handshake delay check Establishes a TCP connection, records the handshake time, and immediately disconnects. It does not involve application layer protocols, making it suitable for testing network latency of Layer 4 services such as game gateways and databases. python3 -c " import socket import time host = 'api.example.com' port = 3250 print(f'Testing... » read more