Remove legacy runtime references from server docs
This commit is contained in:
+2
-4
@@ -1,8 +1,6 @@
|
|||||||
# Commonwealth Online Dedicated Server
|
# 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.
|
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.
|
||||||
|
|
||||||
Valve GameNetworkingSockets remains in the native C++ bridge under `native_transport/`. The C# server loads its C ABI directly.
|
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
@@ -78,7 +76,7 @@ The admin channel authenticates with `.admin-token` beside the config file and b
|
|||||||
|
|
||||||
## Load test
|
## 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
|
```bash
|
||||||
dotnet run --project CommonwealthOnline.Server.csproj -- load-test --host 127.0.0.1 --port 7777 --clients 16
|
dotnet run --project CommonwealthOnline.Server.csproj -- load-test --host 127.0.0.1 --port 7777 --clients 16
|
||||||
|
|||||||
Reference in New Issue
Block a user