mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 06:46:42 +08:00
reorder variables
This commit is contained in:
@@ -117,12 +117,12 @@ type Server struct {
|
||||
receiverReportPeriod time.Duration
|
||||
closeSessionAfterNoRequestsFor time.Duration
|
||||
|
||||
ctx context.Context
|
||||
ctxCancel func()
|
||||
wg sync.WaitGroup
|
||||
tcpListener net.Listener
|
||||
udpRTPListener *serverUDPListener
|
||||
udpRTCPListener *serverUDPListener
|
||||
wg sync.WaitGroup
|
||||
ctx context.Context
|
||||
ctxCancel func()
|
||||
sessions map[string]*ServerSession
|
||||
conns map[*ServerConn]struct{}
|
||||
exitError error
|
||||
|
Reference in New Issue
Block a user