Function goatns::servers::tcp_server

source ·
pub async fn tcp_server(
    config: CowCellReadTxn<ConfigFile>,
    tx: Sender<Command>,
    agent_tx: Sender<AgentState>
) -> Result<()>
Expand description

main handler for the TCP side of things

Ref https://www.rfc-editor.org/rfc/rfc7766