blob: 8ad0c33f0ccba6e7549e9bd5816b406757377e2d [file] [log] [blame]
SYNOPSIS:
int send_udp(string host, int port, string message)
DESCRIPTION:
Sends The message in an UDP packet to the given host and port
number. Causes a privilege violation.
Returns 1 on success, 0 on failure.
SEE ALSO:
receive_udp(M)
29.10.2006 Zesstra