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