google.golang.org/grpc/internal/transport.ServerConfig.StaticWindowSize (field)

3 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L301: 	if !config.StaticWindowSize {
		transport.go#L515: 	StaticWindowSize      bool

	google.golang.org/grpc
		server.go#L1031: 		StaticWindowSize:      s.opts.staticWindowSize,