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 b206663..0960cce 100644 --- a/src/packet.h +++ b/src/packet.h @@ -43,7 +43,7 @@ typedef enum _fastd_handshake_record_type { RECORD_ERROR_DETAIL, RECORD_FLAGS, RECORD_MODE, - RECORD_METHOD_NAME, + RECORD_PROTOCOL_NAME, RECORD_MAX, } fastd_handshake_record_type; |