mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal change
PiperOrigin-RevId: 378264734
This commit is contained in:
committed by
Copybara-Service
parent
af4701c237
commit
99c434f523
@@ -166,7 +166,7 @@ enum PayloadStatus {
|
||||
REMOTE_CANCELLATION = 8;
|
||||
}
|
||||
|
||||
// next_id: 18
|
||||
// next_id: 19
|
||||
// Result of an upgrade attempt.
|
||||
enum BandwidthUpgradeResult {
|
||||
UNKNOWN_BANDWIDTH_UPGRADE_RESULT = 0;
|
||||
@@ -215,6 +215,9 @@ enum BandwidthUpgradeResult {
|
||||
|
||||
// When the remote endpoint had an error on their end.
|
||||
RESULT_REMOTE_ERROR = 17;
|
||||
|
||||
// The attempt was never made because a precondition check failed.
|
||||
ATTEMPT_SKIPPED = 18;
|
||||
}
|
||||
|
||||
// next_id: 35
|
||||
|
||||
Reference in New Issue
Block a user