Add RECONNECT as a new EstablishedConnection's type.

PiperOrigin-RevId: 560724376
This commit is contained in:
hai007
2023-08-28 08:56:47 -07:00
committed by Copybara-Service
parent 0d83625766
commit ea9e479981
+1
View File
@@ -157,6 +157,7 @@ enum ConnectionAttemptType {
UNKNOWN_CONNECTION_ATTEMPT_TYPE = 0;
INITIAL = 1;
UPGRADE = 2;
RECONNECT = 3;
}
// The reason that an EstablishedConnection was disconnected.