SDLNet.TCPSocket.send:
Description:
public int send (
uchar[] data)
Send data over the non-server socket 'sock'
Parameters:
Returns:
This function returns the actual amount of data sent. If the return value is less than the amount of data sent, then either the remote connection was closed, or an unknown socket error occurred.