[Modify] Polish it

This commit is contained in:
sta 2015-09-28 15:38:31 +09:00
parent 78ef7d64f7
commit 4654252a22

View File

@ -127,8 +127,8 @@ namespace WebSocketSharp
/// The data will be fragmented if that length is greater than this. /// The data will be fragmented if that length is greater than this.
/// </para> /// </para>
/// <para> /// <para>
/// If you would like to change this value, you must set this to a value between 1 and /// If you would like to change this value, you must set this to a value between <c>125</c>
/// <c>Int32.MaxValue - 14</c> inclusive. /// and <c>Int32.MaxValue - 14</c> inclusive.
/// </para> /// </para>
/// </remarks> /// </remarks>
internal static readonly int FragmentLength = 1016; internal static readonly int FragmentLength = 1016;