mirror of https://bitbucket.org/ausocean/av.git
protocol/rtp/client.go: commented PacketReader
This commit is contained in:
parent
4f55f2bed1
commit
07a6cfcf68
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue