UDP is a connectionless protocol. So you never know if your data arrives. Only if you get an answer. But then you are making some kind of protocol.
UDP is good for raw data since it has less overhead. But for own development i would advise to use TCP.
↧