| TCPListen() | Listen for connections from a client |
| TCPAccept() | Accept a connection from a client |
| TCPConnect() | Initiate a connection to the server |
| TCPClose() | Close a socket |
| TCPWrite() | Send a message to the connected peer |
| TCPRead() | Receive a message from the connected peer |