GameNetworkingSockets
GameNetworkingSockets copied to clipboard
Feedback on message delivery
We know which messages have been acked. Indeed, we have expended significant energy to do this efficiently. We should expose this information to the application, so that they won't re-implement this functionality themselves.
This feature would be very useful in state replication implementations with eventual consistency.