sec / wsl-network-crash-test

Sample repo with code to crash WSL network under high load

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps under WSL

  • start Docker
  • run docker compose up

Steps under Windows Host

  • check if you can access http://localhost:8080/ - it should be ASP.NET Sample App
  • run dotnet run
  • wait until it will Fail
  • WSL network is down now (shutdown required to restart)
  • check if can access http://localhost:8080/ - it shouldn't work

About

Sample repo with code to crash WSL network under high load


Languages

Language:C# 100.0%