hnisula / ducklib

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

Implement basic socket layer netcode #46

Closed hnisula closed 1 year ago

hnisula commented 1 year ago

Closes #44.

hnisula commented 1 year ago

Using some kind of checksum/CRC in the protocol header seems a bit redundant as the future encryption would validate the same thing (and more) anyway. At least skip it for now.