]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Added todo
authorJamJar00 <jamster.30@btinternet.com>
Mon, 19 Dec 2016 14:26:11 +0000 (14:26 +0000)
committerJamJar00 <jamster.30@btinternet.com>
Mon, 19 Dec 2016 14:26:11 +0000 (14:26 +0000)
Hazel/Udp/UdpConnectionListener.cs

index 66617b935f2c81ebc953666d21e18ec23a662890..22c3c37bc5a1b0837ed8baaa93860b2171d963bf 100644 (file)
@@ -120,6 +120,7 @@ namespace Hazel.Udp
             catch (SocketException e)
             {
                 //Client no longer reachable, pretend it didn't happen
+                //TODO should this not inform the connection this client is lost???
                 StartListeningForData();
                 return;
             }