type google.golang.org/grpc/internal/transport.ping
10 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}}
controlbuf.go#L185: type ping struct {
controlbuf.go#L190: func (*ping) isTransportResponseFrame() bool { return true }
controlbuf.go#L719: func (l *loopyWriter) pingHandler(p *ping) error {
controlbuf.go#L794: case *ping:
http2_client.go#L1091: pingAck := &ping{ack: true}
http2_client.go#L1351: p := &ping{data: [8]byte{}}
http2_server.go#L705: pingAck := &ping{ack: true}
http2_server.go#L956: p := &ping{}
http2_server.go#L1154: var goAwayPing = &ping{data: [8]byte{1, 6, 1, 8, 0, 3, 3, 9}}
 |
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. |