jagt / clumsy

clumsy makes your network condition on Windows significantly worse, but in a controlled and interactive manner.
http://jagt.github.io/clumsy/
Other
5.17k stars 512 forks source link

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

Open zshuaia opened 1 year ago

zshuaia commented 1 year ago

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.