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
Currently we send out NACKs at the same time as ACKs, which might not be beneficial for packets that arrived in the wrong order. It might make sense to allow them more time to arrive before sending a NACK.
The tradeoff here is that taking longer to NACK a packet which is actually lost will cause it to take longer to get resent, potentially causing brief processing latency spikes (since MCPE always uses reliable-ordered).
The text was updated successfully, but these errors were encountered:
Currently we send out NACKs at the same time as ACKs, which might not be beneficial for packets that arrived in the wrong order. It might make sense to allow them more time to arrive before sending a NACK.
The tradeoff here is that taking longer to NACK a packet which is actually lost will cause it to take longer to get resent, potentially causing brief processing latency spikes (since MCPE always uses reliable-ordered).
The text was updated successfully, but these errors were encountered: