Skip to content

piot/udp-server-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP Server

Minimal implementation of a UDP Server. Can be set as blocking or non-blocking.

Enforces a maximum datagram size of 1200 octets (UDP_SERVER_MAX_OCTET_SIZE), to make it as compatible 1 as possible with other datagram transports and to avoid datagram fragmentation over the Internet2.

Footnotes

  1. Steam networking had a 1200 octets maximum (now deprecated).

  2. IETF draft

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published