clumsy icon indicating copy to clipboard operation
clumsy copied to clipboard

When lag is enabled, TCP link establishment fails at localhost address.

Open zshuaia opened this issue 2 years ago • 0 comments

I'm testing the runtime environment for network latency for a local TCP application. When I enable lag, whether it is 1ms or more, my TCP server does not receive any link information from the tcp client, resulting in TCP link establishment failure.

I started one of the simplest web servers with python -m http.server 8000, but with lag on, it still didn't work.

zshuaia avatar Aug 21 '23 03:08 zshuaia