hnisula / ducklib

A library made out of ducks
1 stars 0 forks source link

Netcode socket layer with packet fragmentation #44

Closed hnisula closed 1 year ago

hnisula commented 1 year ago

Start with the most fundamental layer: the socket layer. Everything will build on top of this from here.

Simple use of addresses, setting up and binding a socket (on an optionally specified port), send and receiving as well as handling larger packets that are larger than my best guess at the maximum packet size.

And of course test programs to try it out. Might be annoying to easily monitor what happens underneath, in the test program.