google.golang.org/grpc/internal/transport.ping.data (field)
12 uses
google.golang.org/grpc/internal/transport (current package)
bdp_estimator.go#L47: var bdpPing = &ping{data: [8]byte{2, 4, 16, 16, 9, 14, 7, 7}}
bdp_estimator.go#L75: if bdpPing.data != d {
bdp_estimator.go#L107: if bdpPing.data != d {
controlbuf.go#L187: data [8]byte
controlbuf.go#L721: l.bdpEst.timesnap(p.data)
controlbuf.go#L723: return l.framer.fr.WritePing(p.ack, p.data)
http2_client.go#L1092: copy(pingAck.data[:], f.Data[:])
http2_client.go#L1351: p := &ping{data: [8]byte{}}
http2_server.go#L695: if f.Data == goAwayPing.data && t.drainChan != nil {
http2_server.go#L706: copy(pingAck.data[:], f.Data[:])
http2_server.go#L1154: var goAwayPing = &ping{data: [8]byte{1, 6, 1, 8, 0, 3, 3, 9}}
http2_server.go#L1194: if err := t.framer.fr.WritePing(false, goAwayPing.data); err != nil {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |