aboutsummaryrefslogtreecommitdiff
path: root/net.c
Commit message (Collapse)AuthorAgeFilesLines
* take the packet seq and ack into account during connection setup. added a ↵rodri2023-02-211-1/+1
| | | | player queue to keep clients around waiting for a party.
* implemented a keep alive mechanism.rodri2023-02-161-12/+6
| | | | | also changed the newframe fn to take a Udphdr* instead of a Frame*. the verifyframe fn now returns 1 if correct 0 otherwise.
* implemented per-packet HMAC to avoid MITM tampering.rodri2023-02-111-0/+37
|
* implemented connection establishment with per client DHX.rodri2023-02-111-0/+94