November 27th, 2020 Video Jace Talk: Packet Reordering

November 27th, 2020 Video

Jace Talk: Packet Reordering

https://youtube.com/embed/0kmDHBWf640?autoplay=1&start=217&end=270

Suggested Wiki Reference Code <ref name="yt-0kmDHBWf640,217.75086666666667,269.13553333333334">[https://youtube.com/embed/0kmDHBWf640?autoplay=1&start=217&end=270 YouTube - November 27th, 2020 Video - Jace Talk: Packet Reordering]</ref>

Topics

Transcript

thing that I want to talk about is packet reordering so that's been added to the engine now and what does it mean well by packet they're referring to network packages, so you guys have probably heard of thing called packet loss which is when your little packets of data gets sent to your friend and they don't make it, or they're discarded for one reason or another so packet reordering what that helps do is reduce the amount of packets that are lost so if, and in this case it's, if multiple packets arrive out of order within the same frame they can now reorder the packets so that it makes sense so they don't have to discard it whereas typically when when packets arrive out of order the engine won't know what to do with those packets so it discards it and just like says can you send it again please yeah so this is going to help a lot with multiplayer performance essentially so that's like a free win we get there yay yeah so the next thing is