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.
1 parent 024d1c4 commit 5aed092Copy full SHA for 5aed092
utils/socket-utils/src/main/java17/datadog/common/socket/TunnelingJdkSocket.java
@@ -36,7 +36,7 @@ final class TunnelingJdkSocket extends Socket {
36
private boolean closed;
37
38
protected static final int DEFAULT_BUFFER_SIZE = 8192;
39
- // Initial buffer sizes to -1, meaning not set
+ // Indicate that the buffer size is not set by initializing to -1
40
private int sendBufferSize = -1;
41
private int receiveBufferSize = -1;
42
0 commit comments