diff --git a/universe/tcp.go b/universe/tcp.go index 1a49993..7281edd 100644 --- a/universe/tcp.go +++ b/universe/tcp.go @@ -29,6 +29,9 @@ func tcpSender(options TallyOptions, url TallyURL) (*TCPSender, error) { return &tcpSender, nil } +// The TCP connection is uni-directional. It is only used to send commands, +// and we do not expect to ever receive any commands. +// TODO: consider net:TCPConn.CloseRead? type TCPSender struct { options TallyOptions