]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Changed private member format for consistency
authorIsaac Paul <izackp@gmail.com>
Sat, 26 Aug 2017 19:41:12 +0000 (15:41 -0400)
committerGitHub <noreply@github.com>
Sat, 26 Aug 2017 19:41:12 +0000 (15:41 -0400)
Hazel/Udp/UdpConnection.Fragmented.cs

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