github.com/refraction-networking/utls.FakeRecordSizeLimitExtension.Limit (field)
9 uses
github.com/refraction-networking/utls (current package)
u_parrots.go#L1155: &FakeRecordSizeLimitExtension{Limit: 0x4001}, //record_size_limit
u_parrots.go#L1234: &FakeRecordSizeLimitExtension{Limit: 0x4001}, //record_size_limit
u_parrots.go#L1337: Limit: 0x4001,
u_parrots.go#L1442: Limit: 0x4001,
u_tls_extensions.go#L1746: Limit uint16
u_tls_extensions.go#L1768: b[4] = byte(e.Limit >> 8)
u_tls_extensions.go#L1769: b[5] = byte(e.Limit & 0xff)
u_tls_extensions.go#L1776: if !extData.ReadUint16(&e.Limit) {
u_tls_extensions.go#L1790: e.Limit = limitAccepter.Limit
![]() |
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. |