mirror of https://bitbucket.org/ausocean/av.git
Merged in rtmp-conn-as-interface (pull request #133)
rtmp: Use a net.Conn interface instead of *net.TCPConn. Approved-by: kortschak <dan@kortschak.io> Approved-by: Alan Noble <anoble@gmail.com>
This commit is contained in:
commit
f28cb0c500
|
@ -76,7 +76,7 @@ type link struct {
|
|||
protocol int32
|
||||
timeout uint
|
||||
port uint16
|
||||
conn *net.TCPConn
|
||||
conn net.Conn
|
||||
}
|
||||
|
||||
// method represents an RTMP method.
|
||||
|
|
Loading…
Reference in New Issue