Is there an Unreliable Ordered or Sequenced option? #244
Replies: 1 comment 2 replies
-
There is no option for this in the default transport. Its either reliable ordered, or unreliable unordered. FishNet already takes into account unordered packets. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting a packet out of order is always a bad thing and an easy solution is to drop packets that are older than the ones already processed.
Is there any support for this in FishNet or the transports it uses? Or is this already done by default?
Also here's an interesting post about this for the game FortNite: https://www.reddit.com/r/FortNiteBR/comments/awagpo/packet_reordering_technical_post/
Beta Was this translation helpful? Give feedback.
All reactions