About P2P performance and about P2P in general

Nah this is something that obviously will lead to desynchronization, because the behavior of a key press depends on variables that are client specific, like TimeDelta, and high variability variables, like the current velocity of the object. Since frame rate differs and the network is always slow and irregular, meaning it will always arrive at different moments a bit later on every client.

Data loss is to avoid data losses, not help with desynchronization. All that it does is, when turned in “no data loss mode”, when receiving an event twice in the same frame, the other will be queued for being handled next frame. In data loss, only the last event trigger is kept, which is useful when sending for example a position, where older ones doesn’t matter, only the current one does.


I think that take of mine is still pretty to the point:

1 Like