MCPcopy Create free account
hub / github.com/questdb/questdb / socketUdp

Method socketUdp

core/src/main/java/io/questdb/network/Net.java:364–366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362 }
363
364 public static long socketUdp() {
365 return Files.createUniqueFd(socketUdp0());
366 }
367
368 private static native int abortAccept(int fd);
369

Callers 6

sendRawBytesMethod · 0.95
sendTableBufferMethod · 0.95
testMulticastMethod · 0.95
testReusePortMethod · 0.95
socketUdpMethod · 0.95

Calls 2

createUniqueFdMethod · 0.95
socketUdp0Method · 0.95

Tested by 5

sendRawBytesMethod · 0.76
sendTableBufferMethod · 0.76
testMulticastMethod · 0.76
testReusePortMethod · 0.76