Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ socketTcp
Method
socketTcp
core/src/main/java/io/questdb/network/Net.java:360–362 ·
view source on GitHub ↗
(boolean blocking)
Source
from the content-addressed store, hash-verified
358
}
359
360
public
static
long socketTcp(boolean blocking) {
361
return
Files.createUniqueFd(socketTcp0(blocking));
362
}
363
364
public
static
long socketUdp() {
365
return
Files.createUniqueFd(socketUdp0());
Callers
15
testHeartbeatIntervals
Method · 0.95
testHeartbeatsDoNotPreventIdleDisconnects
Method · 0.95
testBiasWrite
Method · 0.95
testCannotSetNonBlocking
Method · 0.95
testConnectDisconnect
Method · 0.95
testMissingURL
Method · 0.95
testOnAllocationExceptionDispatcherDoesNotLeakConnections
Method · 0.95
testSCPFullDownload
Method · 0.95
testSendHttpGet
Method · 0.95
testSendHttpGetAndSimpleResponse
Method · 0.95
testSendTimeout
Method · 0.95
testTwoThreadsSendTwoThreadsRead
Method · 0.95
Calls
2
createUniqueFd
Method · 0.95
socketTcp0
Method · 0.95
Tested by
15
testHeartbeatIntervals
Method · 0.76
testHeartbeatsDoNotPreventIdleDisconnects
Method · 0.76
testBiasWrite
Method · 0.76
testCannotSetNonBlocking
Method · 0.76
testConnectDisconnect
Method · 0.76
testMissingURL
Method · 0.76
testOnAllocationExceptionDispatcherDoesNotLeakConnections
Method · 0.76
testSCPFullDownload
Method · 0.76
testSendHttpGet
Method · 0.76
testSendHttpGetAndSimpleResponse
Method · 0.76
testSendTimeout
Method · 0.76
testTwoThreadsSendTwoThreadsRead
Method · 0.76