You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SinceLastSend: we send updates for a component if the component changed since the last tick that we sent. Since packet loss is low (<1%), most of the times that's valid
There are 2 modes of replication:
If a packet is loss, the
send_tick
goes back to theack_tick
for the replication group, so we send all component updates since the last ack.However let's consider this scenario in mode
SinceLastSend
:This is not what we want, we would like C1 on the receiver to have the value C1B, but it will stay at C1A.
Solution:
The text was updated successfully, but these errors were encountered: