ModernUO/Projects/Server.Tests/Tests
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
..
Buffers fix(core): Fixes IPMatch and some cleanup (#443) 2021-02-03 14:31:02 -08:00
Collections fix(core): Adds ability to store null value in ordered hash set (#447) 2021-02-03 17:57:03 -08:00
Network fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
Utility fix(core): Fixes IPMatch and some cleanup (#443) 2021-02-03 14:31:02 -08:00