ModernUO/Projects/UOContent/Commands/Generic/Commands
Kamron Batman 8903028b5f
fix(core): Tightens the network stack (#479)
- [X] Removes network pause/resume
- [X] Adds back packet profiler
- [X] Adds state machine to keep track and trace netstates
- [X] Changes NetState.Running back to using an interlock exchange
- [X] Adds preliminary packet throttling support


### Packet Throttling
- `[GetThrottle <packetId>` to get the delay in milliseconds for that packet
- `[SetThrottle <packetId> <delay>` to set the delay in milliseconds for that packet
The settings are saved to `Configuration/throttles.json`
2021-02-07 23:30:56 -08:00
..
BaseCommand.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Commands.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
DesignInsert.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
Interface.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00