From: JamJar00 Date: Tue, 3 Jan 2017 16:35:25 +0000 (+0000) Subject: Fixed resend timeout X-Git-Tag: 1.0.0~114 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=229c07b674473e60d81b4410d726d01f6f8c0dd7;p=rhonda%2Fimpostor.hazel.git Fixed resend timeout --- diff --git a/Hazel Networking Protocol.docx b/Hazel Networking Protocol.docx index fd9c965..615c0cd 100644 Binary files a/Hazel Networking Protocol.docx and b/Hazel Networking Protocol.docx differ diff --git a/Hazel/Udp/UdpConnection.Reliable.cs b/Hazel/Udp/UdpConnection.Reliable.cs index f87233b..0b3cdd5 100644 --- a/Hazel/Udp/UdpConnection.Reliable.cs +++ b/Hazel/Udp/UdpConnection.Reliable.cs @@ -26,7 +26,7 @@ namespace Hazel.Udp /// /// public int ResendTimeout { get { return resendTimeout; } set { resendTimeout = value; } } - private volatile int resendTimeout = 200; + private volatile int resendTimeout = 0; /// /// Holds the last ID allocated.