Revert incoming connections listener changes for internal breakages.

PiperOrigin-RevId: 542010849
This commit is contained in:
Anay Wadhera
2023-06-20 12:16:10 -07:00
committed by Copybara-Service
parent b6a8802cb9
commit 1973b09849
39 changed files with 25 additions and 988 deletions
@@ -110,12 +110,6 @@ class SimulationUser {
// callback.
void RejectConnection(CountDownLatch* latch);
// Calls PcpManager::StartListeningForIncomingConnections.
// If latch is provided, latch->CountDown() will be called on call completion.
void StartListeningForIncomingConnections(
CountDownLatch* latch, absl::string_view service_id,
const v3::ConnectionListeningOptions& options, Status expected_status);
// Unlike acceptance, rejection does not have to be mutual, in order to work.
// This method will allow to synchronize on the remote rejection, without
// performing a local rejection.