Description
Sends data on a connected socket.
Syntax
socket.send(stream, len[, flag])
Parameters
| Flag | Description |
| 0x04 | Specifies that the data should not be subject to routing. |
| 0x01 | Process out-of-band data |
Returns
Integer. The number of bytes sent.