]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Fix compilation error
authorJamJar00 <jamster.30@btinternet.com>
Tue, 31 Oct 2017 16:04:07 +0000 (16:04 +0000)
committerJamJar00 <jamster.30@btinternet.com>
Tue, 31 Oct 2017 16:04:07 +0000 (16:04 +0000)
Hazel/Udp/UdpConnection.Fragmented.cs

index abea8c48762af20713c19eec68858d0384002d05..96f74de1594fb3eae6cc04dc798cc2e61e8ea867 100644 (file)
@@ -10,7 +10,7 @@ namespace Hazel.Udp
         /// <summary>
         ///     The amount of data that can be put into a fragment.
         /// </summary>
-        public int FragmentSize { get { return _fragmentSize; } }
+        public int FragmentSize { get { return fragmentSize; } }
         int fragmentSize = 65507 - 1 - 2 - 2 - 2;
 
         /// <summary>