From 509cf5db80c1d8919e19e1e061f2014e1ff3caf7 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 05 八月 2020 19:44:03 +0800 Subject: [PATCH] udpate --- src/socket/include/mod_socket.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/socket/include/mod_socket.h b/src/socket/include/mod_socket.h index 21498ee..2fd44cc 100644 --- a/src/socket/include/mod_socket.h +++ b/src/socket/include/mod_socket.h @@ -25,6 +25,7 @@ /** * 鍏抽棴socket + * @return 0 鎴愬姛锛� 鍏朵粬鍊� 澶辫触鐨勯敊璇爜 */ int mod_close_socket(void * _socket); @@ -59,7 +60,7 @@ int mod_recv(void * _socket, void **buf, int *size) ; /** - * 閲婃斁鎺ユ敹淇℃伅鐨刡uf + * 閲婃斁瀛樺偍鎺ユ敹淇℃伅鐨刡uf */ void mod_free(void *buf); -- Gitblit v1.8.0