Quick UDP Question

If there are 2 programs that are listening on the same port, which program will messages being sent to that port be given to? Both programs? Whichever program reads the UDP message first?
Neither, because I know of no OS that will allow two threads/processes to bind
the same UDP port to a socket.

If it were possible, I would guess that it would be undefined.
Topic archived. No new replies allowed.