diff --git a/README.md b/README.md index 02c8e10e..abc00bb5 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,10 @@ It has the following features: * Encrypted and signed packets sent over UDP * Packet fragmentation and reassembly * Bitpacker and serialization system -* Reliable-ordered messages and data blocks -* Estimates of latency, jitter and packet loss +* Unreliable-unordered messages for time sensitive data +* Reliable-ordered messages with aggressive resend until ack +* Data blocks larger that maximum packet size can be attached to reliable-ordered messages +* Estimates of latency, jitter, packet loss, bandwidth sent, received and acked per-connection yojimbo is stable and production ready.