]> git.deb.at Git - rhonda/impostor.hazel.git/commit
Fix a severe issue with redundant acks
authorForest <forest@innersloth.com>
Wed, 29 Apr 2020 22:46:21 +0000 (15:46 -0700)
committerForest <forest@innersloth.com>
Sat, 9 May 2020 02:43:35 +0000 (19:43 -0700)
commita8b72ec7a989aee3fd360c71b9f63b6111709452
treeaa24700de7093d47657365c0f9212e353acbba29
parent2ceee1f8fbdfc17f19de361654e7e1c0885f2dc1
Fix a severe issue with redundant acks
Fix a potential issue in ObjectPool on Unity IL2CPP
Improve naming of thread limited classes.
Hazel/FewerThreads/ThreadLimitedUdpConnectionListener.cs [new file with mode: 0644]
Hazel/FewerThreads/ThreadLimitedUdpServerConnection.cs [new file with mode: 0644]
Hazel/FewerThreads/UdpConnectionListener2.cs [deleted file]
Hazel/FewerThreads/UdpServerConnection2.cs [deleted file]
Hazel/Hazel.csproj
Hazel/ObjectPool.cs
Hazel/Udp/UdpConnection.KeepAlive.cs
Hazel/Udp/UdpConnection.Reliable.cs
Hazel/Udp/UdpConnectionListener.cs
Hazel/Udp/UnityUdpClientConnection.cs