]> git.deb.at Git - rhonda/impostor.hazel.git/commit
Update to VS2017 and remove TCP and add UDP Broadcaster
authorForest <chocozilla@gmail.com>
Mon, 16 Jul 2018 19:12:53 +0000 (12:12 -0700)
committerForest <chocozilla@gmail.com>
Mon, 16 Jul 2018 19:12:53 +0000 (12:12 -0700)
commit4595c60e803ebad09f192d7db650f72e0e5c2cbf
tree4dfefe120c7bc907db690596a2ec3a1a91b7f66f
parent5c65679b07a01d29aab4c78b3b281ab951d39717
Update to VS2017 and remove TCP and add UDP Broadcaster
.gitignore
Hazel.UnitTests/BroadcastTests.cs [new file with mode: 0644]
Hazel.UnitTests/Hazel.UnitTests.csproj
Hazel.UnitTests/TcpConnectionTests.cs [deleted file]
Hazel/Hazel.csproj
Hazel/Tcp/StateObject.cs [deleted file]
Hazel/Tcp/TcpConnection.cs [deleted file]
Hazel/Tcp/TcpConnectionListener.cs [deleted file]
Hazel/Udp/UdpBroadcastListener.cs [new file with mode: 0644]
Hazel/Udp/UdpBroadcaster.cs [new file with mode: 0644]