Go to the documentation of this file.
16 #define RTE_TLS_TYPE_INVALID 0
17 #define RTE_TLS_TYPE_CHANGE_CIPHER_SPEC 20
18 #define RTE_TLS_TYPE_ALERT 21
19 #define RTE_TLS_TYPE_HANDSHAKE 22
20 #define RTE_TLS_TYPE_APPDATA 23
21 #define RTE_TLS_TYPE_HEARTBEAT 24
22 #define RTE_TLS_TYPE_MAX 255
24 #define RTE_TLS_VERSION_1_2 0x0303
25 #define RTE_TLS_VERSION_1_3 0x0304