ModernUO/Projects/Server/Network
Kamron Batman c502af274e
fix(core): Tightens the netstate connection (#490)
- [X] Tightens TCP Server rejection/limiting
- [X] Relaxes receive task erroring so it doesn't spam on debug
- [X] Fixes off-by-one with number of netstates connected
- [X] Moves NetState start() to after it is attached to the Instances list.

Notes:
- In debug mode you may get socket exceptions related to the RecvTask or SendTask attempting to send/receive from a dead/broken socket. This can happen naturally in situations where the client is having trouble maintaining the connection, or abruptly disconnects.
2021-02-08 13:33:36 -08:00
..
NetState fix(core): Tightens the netstate connection (#490) 2021-02-08 13:33:36 -08:00
Packets fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
EncodedPacketHandler.cs Renames pvSrc (#277) 2020-10-17 22:04:44 -07:00
EncodedReader.cs Update Readers/Writers for Buffers & Fixes bugs (#283) 2020-10-24 14:46:59 -07:00
ISocket.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
NetworkCompression.cs fix(core): Removes refs for network stack (#461) 2021-02-05 01:11:13 -08:00
NetworkSocket.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
Packet.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
PacketHandler.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
PacketUtilities.cs fix(core): Converts BB packets (#406) 2021-01-13 22:28:31 -08:00
PacketWriter.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Pipe.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
ServerInfo.cs fix(core): Fixes IPMatch and some cleanup (#443) 2021-02-03 14:31:02 -08:00
TcpServer.cs fix(core): Tightens the netstate connection (#490) 2021-02-08 13:33:36 -08:00