We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ff9658 + 29fc1ed commit ab079b3Copy full SHA for ab079b3
Assets/HoloToolkit/Sharing/Scripts/Utilities/ManualIpConfiguration.cs
@@ -12,8 +12,9 @@ public class ManualIpConfiguration : MonoBehaviour
12
{
13
/// <summary>
14
/// The maximum length of characters in a IPv4 address.
15
+ /// <remarks>000.000.000.000</remarks>
16
/// </summary>
- private const int MaximumCharacterLength = 12;
17
+ private const int MaximumCharacterLength = 15;
18
19
public string IpAddress { get { return ipAddress.text; } }
20
0 commit comments