]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Fixed resend timeout
authorJamJar00 <jamster.30@btinternet.com>
Tue, 3 Jan 2017 16:35:25 +0000 (16:35 +0000)
committerJamJar00 <jamster.30@btinternet.com>
Tue, 3 Jan 2017 16:35:25 +0000 (16:35 +0000)
Hazel Networking Protocol.docx
Hazel/Udp/UdpConnection.Reliable.cs

index fd9c96517a436cb12a3312e79d665aa112648a00..615c0cd4750739fc0b15f42e4003888db0289ce4 100644 (file)
Binary files a/Hazel Networking Protocol.docx and b/Hazel Networking Protocol.docx differ
index f87233b0d7a66177230640b238b222ae56dc9c0f..0b3cdd5408950f39a6672bfbe2d24835125f55f3 100644 (file)
@@ -26,7 +26,7 @@ namespace Hazel.Udp
         ///     </para>
         /// </remarks>
         public int ResendTimeout { get { return resendTimeout; } set { resendTimeout = value; } }
-        private volatile int resendTimeout = 200;
+        private volatile int resendTimeout = 0;
 
         /// <summary>
         ///     Holds the last ID allocated.