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

3 uses

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

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