cmsg中增加窗口大小
This commit is contained in:
@@ -26,6 +26,8 @@ enum tfe_cmsg_tlv_type
|
||||
TFE_CMSG_TCP_RESTORE_TS_CLIENT = 0x8,
|
||||
TFE_CMSG_TCP_RESTORE_TS_SERVER = 0x9,
|
||||
TFE_CMSG_TCP_RESTORE_PROTOCOL = 0xa,
|
||||
TFE_CMSG_TCP_RESTORE_WINDOW_CLIENT = 0xb,
|
||||
TFE_CMSG_TCP_RESTORE_WINDOW_SERVER = 0xc,
|
||||
|
||||
TFE_CMSG_POLICY_ID = 0x10,
|
||||
TFE_CMSG_STREAM_TRACE_ID = 0x11,
|
||||
@@ -34,10 +36,10 @@ enum tfe_cmsg_tlv_type
|
||||
TFE_CMSG_SSL_UPSTREAM_LATENCY, //size uint64_t, milisecond
|
||||
TFE_CMSG_SSL_DOWNSTREAM_LATENCY, //size uint64_t, milisecond
|
||||
TFE_CMSG_SSL_UPSTREAM_VERSION, //string, SSLv3 TLSv1 TLSv1.1 TLSv1.2 TLSv1.3 unknown
|
||||
TFE_CMSG_SSL_DOWNSTREAM_VERSION,
|
||||
TFE_CMSG_SSL_DOWNSTREAM_VERSION,
|
||||
TFE_CMSG_SSL_PINNING_STATE, //size uint64_t, 0-not pinning 1-pinning 2-maybe pinning
|
||||
TFE_CMSG_SSL_CERT_VERIFY,
|
||||
TFE_CMSG_SSL_ERROR
|
||||
TFE_CMSG_SSL_CERT_VERIFY, //uint16_t
|
||||
TFE_CMSG_SSL_ERROR //string
|
||||
};
|
||||
|
||||
struct kni_cmsg* kni_cmsg_init();
|
||||
|
||||
Reference in New Issue
Block a user