Question : How to identify UDP packet loss on application level?

On application level, if I have to identify lost UDP packets/messages, how can I do that? What fields of the messages I should look into?

Answer : How to identify UDP packet loss on application level?

UDP explicitly omits this feature. You should use TCP to control delivery.
Random Solutions  
 
programming4us programming4us