github.com/refraction-networking/utls.UConn.SetTLSVers (method)

2 uses

	github.com/refraction-networking/utls (current package)
		u_conn.go#L696: func (uconn *UConn) SetTLSVers(minTLSVers, maxTLSVers uint16, specExtensions []TLSExtension) error {
		u_parrots.go#L2770: 	err = uconn.SetTLSVers(p.TLSVersMin, p.TLSVersMax, p.Extensions)