m26k9 0 Newbie Poster

Hello,

As a quick fix for a problem, I have to transmit UDP to a destination address of 255.255.255.255. I am trying to do this in C++. Everyother address works, except the 255.x.x.x network.

Does Windows block transmitting to this address? Is there a workaround for this?

Thank you.