取消cache模式下,多次发送的机制

This commit is contained in:
彭宣正
2020-12-01 18:24:20 +08:00
parent 63d45c50b7
commit a5b9648415
2 changed files with 19 additions and 44 deletions

View File

@@ -21,9 +21,9 @@ typedef struct hos_info_s
void *userdata;
std::shared_ptr<Aws::IOStream> cache;
size_t cache_count;
size_t cache_rest;
size_t position;
size_t recive_cnt;
long cache_rest;
int fd_status;
#define HOS_FD_FREE 0
#define HOS_FD_REGISTER 1