mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Update connections_log.proto
1. 2499483 is the "Daily Initial Connection Attempts by Medium" from product data of 2022/10/10 2. http://shortn/_XocswsePbY PiperOrigin-RevId: 482691333
This commit is contained in:
@@ -371,6 +371,17 @@ enum AcceptConnectionError {
|
||||
// Next ID :33
|
||||
}
|
||||
|
||||
// The error for event REJECT_CONNECTION. The range between 31 and 99.
|
||||
enum RejectConnectionError {
|
||||
// The default value for clearcut
|
||||
UNKNOWN_REJECT_CONNECTION_ERROR = 31;
|
||||
|
||||
// Network error, failed to send reject connection.
|
||||
RESPOND_REJECT_CONNECTION_FAILED = 32;
|
||||
|
||||
// Next ID :33
|
||||
}
|
||||
|
||||
enum Description {
|
||||
reserved 28, 29;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user