A UDP question
Posted: Thu Aug 30, 2012 7:10 pm
For two way UDP communication, do you need to open a network server on each end?
For instance, two programs wish to talk to each other using the non-critical protocol UDP. UDP is connection-less, so there no error indication if a server exists or not to receive the data sent, so does each of the programs need to spawn a network server, and monitor the corresponding server events to handle two way communication?
Just trying to round-out my network skills.
For instance, two programs wish to talk to each other using the non-critical protocol UDP. UDP is connection-less, so there no error indication if a server exists or not to receive the data sent, so does each of the programs need to spawn a network server, and monitor the corresponding server events to handle two way communication?
Just trying to round-out my network skills.