func github.com/refraction-networking/utls.UClient
4 uses
github.com/refraction-networking/utls (current package)
u_conn.go#L64: func UClient(conn net.Conn, config *Config, clientHelloID ClientHelloID) *UConn {
u_quic.go#L28: return newUQUICConn(UClient(nil, config.TLSConfig, clientHelloID))
u_roller.go#L85: client := UClient(tcpConn, nil, helloID)
github.com/gotd/td/mtproxy/faketls
client_hello.go#L46: conn := utls.UClient(nil, config, utls.HelloChrome_Auto)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |