blob: 60cb80f34ac8dcb78f060c248d3deb4a0cd22868 [file] [log] [blame]
SYNOPSIS
void receive_udp(string host, bytes msg, int hostport)
DESCRIPTION
Handle a received UDP message.
This function is called for every message received on the UDP
port. Usually it is passed on to some object that handles
inter-mud communications.
HISTORY
The 'hostport' argument was added in 3.2.1.
LDMud 3.2.9 renamed this method from receive_imp().
SEE ALSO
send_udp(E), query_udp_port(E)