Wednesday, May 19, 2021

Why can't I send first message from server to a client in UDP protocol?

As UDP protocol is connectionless, why is it enforced to send the message first from server to client? In "sendTo()" function we give port number and IP address of the destination. So what additional requirement does it need?



No comments:

Post a Comment