We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e38ce commit b340f21Copy full SHA for b340f21
1 file changed
src/main/java/org/filesys/server/auth/ntlm/NTLMMessage.java
@@ -81,7 +81,7 @@ public static final Type fromInt(int ival) {
81
}
82
83
// Default buffer size to allocate
84
- private static final int DefaultBlobSize = 256;
+ private static final int DefaultBlobSize = 512;
85
86
// Field offsets
87
public static final int OffsetSignature = 0;
@@ -90,7 +90,7 @@ public static final Type fromInt(int ival) {
90
// Buffer header length
91
public static final int BufferHeaderLen = 8;
92
93
- // Buffer, offset and lenght of the NTLM blob
+ // Buffer, offset and length of the NTLM blob
94
private byte[] m_buf;
95
private int m_offset;
96
private int m_len;
0 commit comments