tfe_stream_addr_create_by_fd放到tfe_types.h供ssl_stream调用。

This commit is contained in:
zhengchao
2018-09-30 11:01:18 +08:00
parent 319ecfeabb
commit 966d36b526
4 changed files with 76 additions and 5 deletions

View File

@@ -28,3 +28,4 @@ char* tfe_strdup(const char* s)
memcpy(d,s,strlen(s)+1);
return d;
}