diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index e114119b..8ad75e93 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -171,6 +171,9 @@ enum PayloadStatus { // The payload was canceled by the remote endpoint. REMOTE_CANCELLATION = 8; + + // The connection not encrypted yet. + ENDPOINT_UNENCRYPTED = 9; } // next_id: 19