mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 15:46:51 +08:00
expose transport details (#850)
add Client.Transport, ServerConn.Transport ServerSession.Transport
This commit is contained in:
@@ -2,6 +2,6 @@ package gortsplib
|
||||
|
||||
// ClientStats are client statistics
|
||||
type ClientStats struct {
|
||||
Conn StatsConn
|
||||
Session StatsSession
|
||||
Conn ConnStats
|
||||
Session SessionStats
|
||||
}
|
||||
|
Reference in New Issue
Block a user