Skip to content

Commit 5aed092

Browse files
committed
Fix comment
1 parent 024d1c4 commit 5aed092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/socket-utils/src/main/java17/datadog/common/socket/TunnelingJdkSocket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ final class TunnelingJdkSocket extends Socket {
3636
private boolean closed;
3737

3838
protected static final int DEFAULT_BUFFER_SIZE = 8192;
39-
// Initial buffer sizes to -1, meaning not set
39+
// Indicate that the buffer size is not set by initializing to -1
4040
private int sendBufferSize = -1;
4141
private int receiveBufferSize = -1;
4242

0 commit comments

Comments
 (0)