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: 482681421
This commit is contained in:
hai007
2022-10-20 21:13:53 -07:00
committed by Copybara-Service
parent d8f64233f5
commit 5ad57c5841
2 changed files with 14 additions and 1 deletions
+11
View File
@@ -360,6 +360,17 @@ enum UpgradeError {
// Next ID :33
}
// The error for event ACCEPT_CONNECTION. The range between 31 and 99.
enum AcceptConnectionError {
// The default value for clearcut
UNKNOWN_ACCEPT_CONNECTION_ERROR = 31;
// Network error, failed to send accept connection.
RESPOND_ACCEPT_CONNECTION_FAILED = 32;
// Next ID :33
}
enum Description {
reserved 28, 29;