Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | take the packet seq and ack into account during connection setup. added a ↵ | rodri | 2023-02-21 | 1 | -1/+1 |
| | | | | player queue to keep clients around waiting for a party. | ||||
* | implemented a keep alive mechanism. | rodri | 2023-02-16 | 1 | -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. | rodri | 2023-02-11 | 1 | -0/+37 |
| | |||||
* | implemented connection establishment with per client DHX. | rodri | 2023-02-11 | 1 | -0/+94 |