protocol/rtp/client.go: commented PacketReader

This commit is contained in:
Saxon 2019-05-13 14:03:11 +09:30
parent 4f55f2bed1
commit 07a6cfcf68
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ func (c *Client) Read(p []byte) (int, error) {
return c.r.Read(p)
}
// PacketReader provides an io.Reader interface to an underlying UDP PacketConn.
type PacketReader struct {
net.PacketConn
}