mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Add RECONNECT as a new EstablishedConnection's type.
PiperOrigin-RevId: 560724376
This commit is contained in:
@@ -157,6 +157,7 @@ enum ConnectionAttemptType {
|
||||
UNKNOWN_CONNECTION_ATTEMPT_TYPE = 0;
|
||||
INITIAL = 1;
|
||||
UPGRADE = 2;
|
||||
RECONNECT = 3;
|
||||
}
|
||||
|
||||
// The reason that an EstablishedConnection was disconnected.
|
||||
|
||||
Reference in New Issue
Block a user