mirror of
https://github.com/aler9/gortsplib
synced 2026-04-22 16:27:06 +08:00
c466c342ba
add Client.Transport, ServerConn.Transport ServerSession.Transport
8 lines
125 B
Go
8 lines
125 B
Go
package gortsplib
|
|
|
|
// ClientStats are client statistics
|
|
type ClientStats struct {
|
|
Conn ConnStats
|
|
Session SessionStats
|
|
}
|