UDP sockets are great for streaming lots of order-independent data quickly. They have lower overhead than TCP sockets, and that's mostly because they don't do any of the connection management / keepalive stuff / arrival guarantees that TCP does. Applications include video streaming, audio streaming, and games.
-
Notifications
You must be signed in to change notification settings - Fork 0
jackxbritton/udp-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Playing around with UDP sockets on Linux.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published