diff options
Diffstat (limited to 'common/include/tfe_cmsg.h')
| -rw-r--r-- | common/include/tfe_cmsg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/include/tfe_cmsg.h b/common/include/tfe_cmsg.h index ef226a1..60f7978 100644 --- a/common/include/tfe_cmsg.h +++ b/common/include/tfe_cmsg.h @@ -36,6 +36,10 @@ enum tfe_cmsg_tlv_type TFE_CMSG_POLICY_ID = 0x10, // size uint64_t TFE_CMSG_STREAM_TRACE_ID = 0x11, + TFE_CMSG_TCP_OPTION_PROFILE_ID, // size int + TFE_CMSG_DECRYPTION_PROFILE_ID, // size int + TFE_CMSG_KEYRING_FOR_TRUSTED_ID, // size int + TFE_CMSG_KEYRING_FOR_UNTRUSTED, // size int TFE_CMSG_SSL_INTERCEPT_STATE, //size uint64_t, 0-passthrough, 1-intercept, 2-shutdown, referer from enum ssl_stream_action TFE_CMSG_SSL_SERVER_SIDE_LATENCY, //size uint64_t, milisecond |
