diff options
Diffstat (limited to 'src/packet.h')
-rw-r--r-- | src/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packet.h b/src/packet.h index d442d18..b206663 100644 --- a/src/packet.h +++ b/src/packet.h @@ -42,7 +42,7 @@ typedef enum _fastd_handshake_record_type { RECORD_REPLY_CODE = 0, RECORD_ERROR_DETAIL, RECORD_FLAGS, - RECORD_PROTOCOL, + RECORD_MODE, RECORD_METHOD_NAME, RECORD_MAX, } fastd_handshake_record_type; |