ssl stream和ssl policy对接tfe_cmsg_xx。

This commit is contained in:
zhengchao
2019-06-01 20:28:07 +08:00
committed by luqiuwen
parent 77aa3063f7
commit bc41051da2
9 changed files with 147 additions and 69 deletions

View File

@@ -41,6 +41,7 @@ struct tfe_stream
const char * str_stream_info;
struct tfe_stream_addr * addr;
enum tfe_stream_proto proto;
unsigned int thread_id;
struct tfe_conn upstream;
struct tfe_conn downstream;
};