github.com/gotd/td/tg.DCOption.TCPObfuscatedOnly (field)
12 uses
github.com/gotd/td/tg (current package)
tl_dc_option_gen.go#L55: TCPObfuscatedOnly bool
tl_dc_option_gen.go#L106: if !(d.TCPObfuscatedOnly == false) {
tl_dc_option_gen.go#L158: d.TCPObfuscatedOnly = from.GetTCPObfuscatedOnly()
tl_dc_option_gen.go#L253: if !(d.TCPObfuscatedOnly == false) {
tl_dc_option_gen.go#L320: d.TCPObfuscatedOnly = d.Flags.Has(2)
tl_dc_option_gen.go#L397: d.TCPObfuscatedOnly = true
tl_dc_option_gen.go#L400: d.TCPObfuscatedOnly = false
github.com/gotd/td/session
tdesktop.go#L16: if opt.TCPObfuscatedOnly ||
tdesktop.go#L35: TCPObfuscatedOnly: dc.TCPOOnly(),
github.com/gotd/td/telegram/dcs
dns.go#L129: TCPObfuscatedOnly: true,
plain.go#L36: if !x.TCPObfuscatedOnly {
plain.go#L77: if dc.TCPObfuscatedOnly {
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. |