github.com/refraction-networking/utls.Config.MinVersion (field)
13 uses
github.com/refraction-networking/utls (current package)
common.go#L811: MinVersion uint16
common.go#L1009: MinVersion: c.MinVersion,
common.go#L1210: if (c == nil || c.MinVersion == 0) && v < VersionTLS12 {
common.go#L1224: if c != nil && c.MinVersion != 0 && v < c.MinVersion {
handshake_client.go#L215: if c.config.MinVersion != 0 && c.config.MinVersion < VersionTLS13 {
quic.go#L208: if q.conn.config.MinVersion < VersionTLS13 {
u_conn.go#L750: uconn.config.MinVersion = minTLSVers
u_handshake_client.go#L338: if c.config.MinVersion != 0 && c.config.MinVersion < VersionTLS13 {
u_quic.go#L51: if q.conn.config.MinVersion < VersionTLS13 {
![]() |
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. |