Reply To: Which process sent the UDP packet?

Home Forums Discussions Support Which process sent the UDP packet? Reply To: Which process sent the UDP packet?

#11033
Vadim Smirnov
Keymaster

    Although sendto() can be called on unbound socket according MSDN “If the socket is unbound, unique values are assigned to the local association by the system, and the socket is then marked as bound”. So, I suspect that this is equivalent to calling bind explicitly. However, worth to test to ensure.