google.golang.org/grpc/internal/serviceconfig.RetryPolicy.MaxAttempts (field)

3 uses

	google.golang.org/grpc/internal/serviceconfig (current package)
		serviceconfig.go#L161: 	MaxAttempts int

	google.golang.org/grpc
		service_config.go#L292: 		MaxAttempts:          maxAttempts,
		stream.go#L713: 	if cs.numRetries+1 >= rp.MaxAttempts {