增加连接层的性能统计

This commit is contained in:
Lu Qiuwen
2018-11-02 13:52:30 +08:00
parent 2e13728bfc
commit b3b65369d8
6 changed files with 152 additions and 92 deletions

View File

@@ -41,6 +41,7 @@ struct tfe_stream_write_ctx
struct tfe_conn_private
{
struct tfe_stream_private * _stream_ref;
evutil_socket_t fd;
struct bufferevent * bev;
uint8_t on_writing;