From: Isaac Paul Date: Sat, 26 Aug 2017 19:41:12 +0000 (-0400) Subject: Changed private member format for consistency X-Git-Tag: 1.0.0~96^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=f355935e9011ff9de6d9731b4a317f8c4b4786df;p=rhonda%2Fimpostor.hazel.git Changed private member format for consistency --- diff --git a/Hazel/Udp/UdpConnection.Fragmented.cs b/Hazel/Udp/UdpConnection.Fragmented.cs index c72576d..abea8c4 100644 --- a/Hazel/Udp/UdpConnection.Fragmented.cs +++ b/Hazel/Udp/UdpConnection.Fragmented.cs @@ -11,7 +11,7 @@ namespace Hazel.Udp /// The amount of data that can be put into a fragment. /// public int FragmentSize { get { return _fragmentSize; } } - int _fragmentSize = 65507 - 1 - 2 - 2 - 2; + int fragmentSize = 65507 - 1 - 2 - 2 - 2; /// /// The last fragmented message ID that was written.