From: JamJar00 Date: Tue, 31 Oct 2017 16:04:07 +0000 (+0000) Subject: Fix compilation error X-Git-Tag: 1.0.0~95 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=750d61d765509843edc701a16b899169160d2c4e;p=rhonda%2Fimpostor.hazel.git Fix compilation error --- diff --git a/Hazel/Udp/UdpConnection.Fragmented.cs b/Hazel/Udp/UdpConnection.Fragmented.cs index abea8c4..96f74de 100644 --- a/Hazel/Udp/UdpConnection.Fragmented.cs +++ b/Hazel/Udp/UdpConnection.Fragmented.cs @@ -10,7 +10,7 @@ namespace Hazel.Udp /// /// The amount of data that can be put into a fragment. /// - public int FragmentSize { get { return _fragmentSize; } } + public int FragmentSize { get { return fragmentSize; } } int fragmentSize = 65507 - 1 - 2 - 2 - 2; ///