Skip to content

jackxbritton/udp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udp-demo

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.

About

Playing around with UDP sockets on Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published