socksend — Sends data to other processes using the low-level UDP or TCP protocols
Transmits data directly using the UDP (socksend and socksends) or TCP (stsend) protocol onto a network. The data is not subject to any encoding or special routing. The socksends opcode send a stereo signal interleaved.
socksend asig, Sipaddr, iport, ilength
socksends asigl, asigr, Sipaddr, iport,
ilength
stsend asig, Sipaddr, iport
Sipaddr -- a string that is the IP address of the receiver in standard 4-octet dotted form.
iport -- the number of the port that is used for the communication.
ilength -- the length of the individual packets in UDP transmission. This number must be sufficiently small to fit a single MTU, which is set to the save value of 1456. In UDP transmissions the receiver needs to know this value