diff --git a/protocol/rtp/client.go b/protocol/rtp/client.go index 439e43c6..f47f9baf 100644 --- a/protocol/rtp/client.go +++ b/protocol/rtp/client.go @@ -3,9 +3,7 @@ NAME client.go DESCRIPTION - client.go provides an RTP client, Client, that will receive RTP on a UDP - connection, perform an operation on the packets and then store in a ringBuffer - that can be read from Read, an implemntation of io.Reader. + client.go provides an RTP client. AUTHOR Saxon A. Nelson-Milton