MCPcopy 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());

Calls 2

createUniqueFdMethod · 0.95
socketTcp0Method · 0.95