]> git.deb.at Git - rhonda/impostor.hazel.git/commit
Re-remove TCP (this time for good), add a counter to track potentionally fragmented...
authorForest <chocozilla@gmail.com>
Fri, 26 Apr 2019 19:26:53 +0000 (12:26 -0700)
committerForest <chocozilla@gmail.com>
Fri, 26 Apr 2019 19:26:53 +0000 (12:26 -0700)
commit020071a7bcaca63c8d09585590d212dead8e5fa1
treefb73edd5e82a452da26229fc5b8bf68c296336f5
parent18ef45cb7482274516ae5cd09fea67f25d6a6856
Re-remove TCP (this time for good), add a counter to track potentionally fragmented (by MTU) packets, catch a small crash-causer caused by disposing client connections
Hazel.UnitTests/UdpConnectionTests.cs
Hazel/ConnectionStatistics.cs
Hazel/Hazel.csproj
Hazel/MessageWriter.cs
Hazel/NetworkConnection.cs
Hazel/SendOption.cs
Hazel/Tcp/StateObject.cs [deleted file]
Hazel/Tcp/TcpConnection.cs [deleted file]
Hazel/Tcp/TcpConnectionListener.cs [deleted file]
Hazel/Udp/UdpClientConnection.cs