reorder variables

This commit is contained in:
aler9
2021-05-11 11:08:41 +02:00
parent a7436e581b
commit e052f9b024
2 changed files with 9 additions and 9 deletions

View File

@@ -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