I would like to send a UDP datagram from a specified port number WITHOUT binding (ex. when the port is already bound to another socket that I have no control over).
While I do appreciate the OS trying to keep everything nice and clean, and I cherish the bind()
functionality, the question is as it is.
How to accomplish this with WSASendTo()
or WSASendMsg()
?