How can I be sure that UDP messages are received in order?
Answer Posted / chaitanya
You can't. What you can do is make sure that messages are processed in order by using a numbering system as mentioned in ``5.5 How can I be sure that a UDP message is received?''. If you need your messages to be received and be received in order you should really consider switching to TCP. It is unlikely that you will be able to do a better job implementing this sort of protocol than the TCP people already have, without a significant investment of time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are sockets files?
What is difference between socket and websocket?
How are unix domain sockets implemented?
What is the purpose of socket?
What pieces of information make up a socket?
What does af mean in sockets?
What is socket address with example?
Whats the difference between select() and poll()?
What is a socket connection?
How can I force a socket to send the data in its buffer?
Why does it take so long to detect that the peer died?
What is af_inet in socket?
What is a deep well socket?
How many sockets can a cpu have?
How to find other end of unix socket connection?