diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index f901a670..6b3e9305 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -127,8 +127,8 @@ namespace WebSocketSharp /// The data will be fragmented if that length is greater than this. /// /// - /// If you would like to change this value, you must set this to a value between 1 and - /// Int32.MaxValue - 14 inclusive. + /// If you would like to change this value, you must set this to a value between 125 + /// and Int32.MaxValue - 14 inclusive. /// /// internal static readonly int FragmentLength = 1016;