]> git.deb.at Git - rhonda/impostor.hazel.git/commit
Add some UPnP capabilities, add an intercept for internal disconnect messages
authorForest <forest@innersloth.com>
Sat, 11 Jan 2020 23:37:26 +0000 (15:37 -0800)
committerForest <forest@innersloth.com>
Sat, 11 Jan 2020 23:37:54 +0000 (15:37 -0800)
commitb1c9941825481c18cb47b39453a1ed0444852cee
tree5543e2101f149ac4bcbc000aec78271a474894cb
parentbec5f548d087cb7db4501109541fa617c283be09
Add some UPnP capabilities, add an intercept for internal disconnect messages
13 files changed:
Hazel.UnitTests/Hazel.UnitTests.csproj
Hazel.UnitTests/UPnPTests.cs [new file with mode: 0644]
Hazel/ConnectionStatistics.cs
Hazel/Hazel.csproj
Hazel/NetworkConnection.cs
Hazel/UPnP/ILogger.cs [new file with mode: 0644]
Hazel/UPnP/NetUtility.cs [new file with mode: 0644]
Hazel/UPnP/UPnPHelper.cs [new file with mode: 0644]
Hazel/Udp/UdpClientConnection.cs
Hazel/Udp/UdpConnection.KeepAlive.cs
Hazel/Udp/UdpConnection.Reliable.cs
Hazel/Udp/UdpConnectionListener.cs
Hazel/Udp/UnityUdpClientConnection.cs