Releases: renatommartins/RUDP
Releases · renatommartins/RUDP
0.12.0
refactor: Simplified return tuple from SendUpdate to Packet;
refactor: Change RudpEvent to PacketResult and use it for packet report;
refactor: RudpInternalSocket class is now internal instead of public;
feat: Add constructor that allows replacing socket implementation;
0.11.0
feat: Add property to check if client is in handshake phase;
refactor: Change packet acknowledge check from callback to polling;
fix: Properly set client state to disconnected.
0.10.0
chore: Update release notes for version 0.10.0;
feat: Add Round Trip Time measuring;
refactor: Move files, new namespace, remove unused class.
0.9.0
First pre-release.