Connect to the specified host:port pair. A hostname will be resolved if valid. Returns OK on success or FAILED on failure.
Disconnect from host.
Return the IP of this peer.
Return the port of this peer.
Return the status of the connection, one of STATUS_* enum.
Returns true if this peer is currently connected to a host, codefalsecode otherwise.
Disable Nagle algorithm to improve latency for small packets. Note that for applications that send large packets, or need to transfer a lot of data, this can reduce total bandwidth.
TCP Stream peer.
This object can be used to connect to TCP servers, or also is returned by a TCP server.