Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 620 Bytes

UDP.md

File metadata and controls

10 lines (7 loc) · 620 Bytes

UDP

UDP is a protocol used to establish low-latency connections between multiple parties. UDP is used to transmit voice data over a Discord UDP Connection. Disgo uses the standard library net] to manage UDP traffic.

Libraries

Library Description
net Portable interface for network I/O
gnet Non-blocking, event-driven networking framework