mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 08:01:14 +08:00
reorder variables
This commit is contained in:
@@ -42,13 +42,13 @@ type readReq struct {
|
||||
|
||||
// ServerConn is a server-side RTSP connection.
|
||||
type ServerConn struct {
|
||||
s *Server
|
||||
nconn net.Conn
|
||||
ctx context.Context
|
||||
ctxCancel func()
|
||||
br *bufio.Reader
|
||||
bw *bufio.Writer
|
||||
s *Server
|
||||
nconn net.Conn
|
||||
|
||||
ctx context.Context
|
||||
ctxCancel func()
|
||||
br *bufio.Reader
|
||||
bw *bufio.Writer
|
||||
sessions map[string]*ServerSession
|
||||
tcpFrameSetEnabled bool // tcp
|
||||
tcpFrameEnabled bool // tcp
|
||||
|
Reference in New Issue
Block a user