Why do I get UDP datagrams out of order even with processes running locally?

后端 未结 4 1863
后悔当初
后悔当初 2020-12-07 00:58

I\'m developing a java interface between a streaming server and a flash client. I noticed that UDP datagrams can reach my interface out of order even if both processes are r

4条回答
  •  执念已碎
    2020-12-07 02:00

    This would be operating system dependent. While you failed to specify an operating system it isn't important anyway. To remain portable you should always anticipate your datagram sockets receiving out of order data.

提交回复
热议问题