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