Home
last modified time | relevance | path

Searched refs:defaultWindowSize (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dflowcontrol.go31 defaultWindowSize = 65535 const
33 initialWindowSize = defaultWindowSize // for an RPC
Dhttp2_server.go157 if config.InitialWindowSize >= defaultWindowSize {
162 if config.InitialConnWindowSize >= defaultWindowSize {
166 if iwz != defaultWindowSize {
175 if delta := uint32(icwz - defaultWindowSize); delta > 0 {
Dhttp2_client.go195 if opts.InitialConnWindowSize >= defaultWindowSize {
237 if opts.InitialWindowSize >= defaultWindowSize {
281 if t.initialWindowSize != defaultWindowSize {
294 if delta := uint32(icwz - defaultWindowSize); delta > 0 {
Dcontrolbuf.go360 sendQuota: defaultWindowSize,
361 oiws: defaultWindowSize,