test
This commit is contained in:
parent
8958197548
commit
8d4be0821c
@ -40,7 +40,7 @@ func NewProxyConn(netconn net.Conn) *ProxyConn {
|
||||
conn.writebuf = make([]byte, 4096)
|
||||
conn.readbuf = make([]byte, 4096)
|
||||
conn.session = uuid.New().String()
|
||||
conn.cseq = 1
|
||||
conn.cseq = 0
|
||||
return conn
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user