ENet-CSharp v2.3.0 Release Notes

Release Date: 2019-07-19 // almost 5 years ago
    • ➕ Added PacketFlags.Instant to not bundle a packet with others at a next service iteration and send it instantly instead. This delivery type trades multiplexing efficiency in favor of latency. The same packet can't be used for multiple Peer.Send() calls
    • Minor improvements