mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 03:57:36 +03:00
Fix intermittent issues with Randomized parrot (#19)
Fix intermittent issues with Randomized parrot
This commit is contained in:
parent
323a55944c
commit
3fe91d9822
3 changed files with 11 additions and 7 deletions
|
@ -500,8 +500,8 @@ func (uconn *UConn) SetUnderlyingConn(c net.Conn) {
|
|||
uconn.Conn.conn = c
|
||||
}
|
||||
|
||||
func (uconn *UConn) SetNetConn(c net.Conn) {
|
||||
uconn.Conn.conn = c
|
||||
func (uconn *UConn) GetUnderlyingConn() net.Conn {
|
||||
return uconn.Conn.conn
|
||||
}
|
||||
|
||||
// MakeConnWithCompleteHandshake allows to forge both server and client side TLS connections.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue