TCPS-707 — A client connection was handled
When the function tcpserver() accepts a new connection from a client to the proxy, a proxy-specifing connection handling function is called. This function is a implementation of the protocol being proxied. When the connection handling function returns, the connection is closed and waiting for a new connection begins.