ModernUO/Projects/Server/Network/NetState
Kamron Batman aeec7f78fd
fix: Fixes issue with wepoll losing GCHandle. (#1039)
- [X] Fixes issue with wepoll losing GCHandle.
- [X] `NetState.Disconnect()` is no longer thread safe.
  - Use `Core.LoopContext.Post()` to post disconnects
- [X] Optimizes PollGroup by not processing IntPtr -> GCHandle for discard polls.
2022-05-30 14:04:54 -07:00
..
DumpNetStates.cs feat: Networking v3 using epoll/kqueue (#813) 2021-10-03 18:04:53 -07:00
NetState.ClientVersion.cs fix: Adds CUO settings support and adds more robust 7.0.9 support (#945) 2022-02-27 02:15:06 -08:00
NetState.cs fix: Fixes issue with wepoll losing GCHandle. (#1039) 2022-05-30 14:04:54 -07:00
NetState.Fastwalk.cs fix: Simplifies fastwalk detection (#907) 2022-02-27 02:20:03 -08:00
ProtocolChanges.cs Breaks out NetState (#275) 2020-10-17 20:56:40 -07:00