diff --git a/server/README.md b/server/README.md index a8c7127..2a80ca1 100644 --- a/server/README.md +++ b/server/README.md @@ -1,8 +1,6 @@ # Commonwealth Online Dedicated Server -The dedicated server is implemented in C# on .NET 8. Python is not used by the server runtime, utilities, test suite, launch scripts, or Host GUI integration. - -Valve GameNetworkingSockets remains in the native C++ bridge under `native_transport/`. The C# server loads its C ABI directly. +The dedicated server is implemented in C# on .NET 8. Valve GameNetworkingSockets remains in the native C++ bridge under `native_transport/`, and the C# server loads its C ABI directly. ## Run @@ -78,7 +76,7 @@ The admin channel authenticates with `.admin-token` beside the config file and b ## Load test -The C# synthetic Protocol V2 client replaces the old scripted fake clients: +The C# synthetic Protocol V2 client provides deterministic multi-client load coverage: ```bash dotnet run --project CommonwealthOnline.Server.csproj -- load-test --host 127.0.0.1 --port 7777 --clients 16