github.com/refraction-networking/utls.UtlsPaddingExtension.PaddingLen (field)
6 uses
github.com/refraction-networking/utls (current package)
u_tls_extensions.go#L1046: PaddingLen int
u_tls_extensions.go#L1060: return 4 + e.PaddingLen
u_tls_extensions.go#L1068: e.PaddingLen, e.WillPad = e.GetPaddingLen(clientHelloUnpaddedLen)
u_tls_extensions.go#L1082: b[2] = byte(e.PaddingLen >> 8)
u_tls_extensions.go#L1083: b[3] = byte(e.PaddingLen)
u_tls_extensions.go#L1098: e.PaddingLen = int(jsonObj.Length)
![]() |
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. |