ModernUO/Projects/Server/Network
Kamron Batman 03d0a4664e
fix(core): Adds SkipLocalsInitAttribute support, optimizes broadcasted packets (#363)
- [X] Adds support for `SkipLocalsInitAttribute`. SkipLocalsInitAttribute skips initializing stack variables including `stackalloc`. I don't think it is wired/working yet but should be implemented soon.
- [X] Optimizes broadcasted packets by checking if the first byte (packet ID) is non-zero. If it is already set, it reuses the buffer.
- [X] Removes unnecessary refs to Spans. I don't think the Span struct itself is mutable, so a ref is not helpful.
2020-12-26 12:46:06 -08:00
..
NetState fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
Packets fix(core): Adds SkipLocalsInitAttribute support, optimizes broadcasted packets (#363) 2020-12-26 12:46:06 -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 Changes account packets to functional (#284) 2020-10-25 23:47:29 -07:00
NetworkCompression.cs Updates Pipe & Makes NetState more testable (#288) 2020-10-25 17:40:08 -07:00
NetworkSocket.cs Changes account packets to functional (#284) 2020-10-25 23:47:29 -07:00
NetworkState.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Packet.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
PacketHandler.cs Update Readers/Writers for Buffers & Fixes bugs (#283) 2020-10-24 14:46:59 -07:00
PacketUtilities.cs fix(core): Adds SkipLocalsInitAttribute support, optimizes broadcasted packets (#363) 2020-12-26 12:46:06 -08:00
PacketWriter.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Pipe.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
ServerInfo.cs fix(core): Adds IPv6 support (#348) 2020-12-19 00:27:39 -08:00
TcpServer.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00