Searched refs:receiving_unchanged_threshold (Results 1 – 2 of 2) sorted by relevance
491 absl::optional<int64_t> receiving_unchanged_threshold( in ShouldSwitchConnection() local494 receiving_unchanged_threshold, in ShouldSwitchConnection()576 absl::optional<int64_t> receiving_unchanged_threshold, in CompareConnectionStates() argument604 if (!receiving_unchanged_threshold || in CompareConnectionStates()605 (a->receiving_unchanged_since() <= *receiving_unchanged_threshold && in CompareConnectionStates()606 b->receiving_unchanged_since() <= *receiving_unchanged_threshold)) { in CompareConnectionStates()694 absl::optional<int64_t> receiving_unchanged_threshold, in CompareConnections() argument702 int state_cmp = CompareConnectionStates(a, b, receiving_unchanged_threshold, in CompareConnections()
125 absl::optional<int64_t> receiving_unchanged_threshold,136 absl::optional<int64_t> receiving_unchanged_threshold,