You may post here on any subjects related to this site or the software therein.
(Most everything on this site is tied into the forums so that you may leave or post comments about it.)
btw, I might point out that when you do an "Open" it actually DOES do a berkley class bind to that ip:port. Snipped from the udp class itself:
int nbind = bind(sock, (struct sockaddr*)&locala;, sizeof(locala));
So maybe something else is going on? Firewalls maybe? Do any of the examples work?
--min