GameNetworkingSockets icon indicating copy to clipboard operation
GameNetworkingSockets copied to clipboard

Question: Are reliable messages sent via sockets (or otherwise) also ordered?

Open jamesford42 opened this issue 1 year ago • 1 comments

I am use to seeing udp messages with send options like Unreliable, Reliable, Ordered, ReliableOrdered. However, I am not seeing any reference to order here in the flags or otherwise. Are all reliable messages also ordered? Or are they all not ordered?

jamesford42 avatar Mar 20 '25 21:03 jamesford42

Reliable messages are delivered in order.

zpostfacto avatar Mar 20 '25 21:03 zpostfacto