Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sendRawBytes
Method · 0.95
sendTableBuffer
Method · 0.95
testBindAndListenUdpToLocalhost
Method · 0.95
testMulticast
Method · 0.95
testReusePort
Method · 0.95
socketUdp
Method · 0.95
Calls
2
createUniqueFd
Method · 0.95
socketUdp0
Method · 0.95
Tested by
5
sendRawBytes
Method · 0.76
sendTableBuffer
Method · 0.76
testBindAndListenUdpToLocalhost
Method · 0.76
testMulticast
Method · 0.76
testReusePort
Method · 0.76