Send data over a connection.
Usage
send( conn, data, )
conn: object
An open connection handle.
data: bytes
The data to transmit.
int
Number of bytes sent.
Read data from a connection.
Open a new connection first.