Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ UdpEndpoint
Class
UdpEndpoint
perro_source/api_modules/perro_networking/src/udp.rs:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
pub struct UdpEndpoint {
10
socket: UdpSocket,
11
local: SocketAddr,
12
}
13
14
impl UdpEndpoint {
15
pub fn bind<A: ToSocketAddrs>(addr: A) -> NetResult<Self> {
Callers
1
poll_udp_packets
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected