mirror of https://bitbucket.org/ausocean/av.git
rtmp: Use a net.Conn interface instead of *net.TCPConn.
This commit is contained in:
parent
ea89e7a5af
commit
ead135496a
|
@ -76,7 +76,7 @@ type link struct {
|
||||||
protocol int32
|
protocol int32
|
||||||
timeout uint
|
timeout uint
|
||||||
port uint16
|
port uint16
|
||||||
conn *net.TCPConn
|
conn net.Conn
|
||||||
}
|
}
|
||||||
|
|
||||||
// method represents an RTMP method.
|
// method represents an RTMP method.
|
||||||
|
|
Loading…
Reference in New Issue