HKMP release v0.2.1
Minor release of HKMP.
The new UDP packet system is now completely implemented. This means that when a client sends anything over UDP it will always be an single update packet containing all relevant updated data. After the server receives it, it will respond with an update packet acknowledging the arrival of the client packet and containing updates from other clients. Thus if the congestion control kicks in client-side it will also limit responses from the server. These packets are fairly optimized in terms of bytes.
No new features in this release.