>> I am getting a "Permission denied" error (errno 13) when using >> sendto() on a UDP socket. Any idea what might be causing this? The >> code works fine on a Windows box but not on my linux box. > > Just a guess, but are you trying to send to a broadcast address? If so, > do you have the SO_BROADCAST socket option set? This is a long shot > because setting SO_BROADCAST mostly looks the same on linux and winsock, > but I didn't see too many other EACCESS return points on the kernel > side.
No, not trying to send to a broadcast address -Andres /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
