const golang.org/x/net/http2.SettingMaxFrameSize
8 uses
golang.org/x/net/http2 (current package)
http2.go#L152: case SettingMaxFrameSize:
http2.go#L173: SettingMaxFrameSize SettingID = 0x5
http2.go#L184: SettingMaxFrameSize: "MAX_FRAME_SIZE",
server.go#L779: {SettingMaxFrameSize, conf.MaxReadFrameSize},
server.go#L1651: case SettingMaxFrameSize:
transport.go#L530: initialSettings = append(initialSettings, Setting{ID: SettingMaxFrameSize, Val: conf.MaxReadFrameSize})
transport.go#L2492: case SettingMaxFrameSize:
google.golang.org/grpc/internal/transport
http2_server.go#L183: ID: http2.SettingMaxFrameSize,
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)