From 534a0bcecb6d17271b4a1c1e150b8b1eaed04cc8 Mon Sep 17 00:00:00 2001 From: Saxon Date: Wed, 8 May 2019 16:57:07 +0930 Subject: [PATCH] protocol/rtp/client.go: updated file description in file header. --- protocol/rtp/client.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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