var github.com/gotd/td/internal/proto/codec.AbridgedClientStart
9 uses
github.com/gotd/td/internal/proto/codec (current package)
abridged.go#L15: var AbridgedClientStart = [1]byte{0xef}
abridged.go#L28: if _, err := w.Write(AbridgedClientStart[:]); err != nil {
abridged.go#L42: if b != AbridgedClientStart {
abridged.go#L51: d := AbridgedClientStart[0]
github.com/gotd/td/internal/mtproxy
secret.go#L33: case codec.AbridgedClientStart[0]:
secret.go#L75: case codec.AbridgedClientStart[0],
github.com/gotd/td/transport
detect_codec.go#L18: if buf[0] == codec.AbridgedClientStart[0] {
obfuscated.go#L60: if md.Protocol[0] == codec.AbridgedClientStart[0] {
websocket.go#L53: if md.Protocol[0] == codec.AbridgedClientStart[0] {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |