From 6c32e1a482c14412108675ec78f49ebe4f94a374 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 07 一月 2021 12:04:03 +0800 Subject: [PATCH] update --- src/socket/net_mod_socket_wrapper.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/socket/net_mod_socket_wrapper.h b/src/socket/net_mod_socket_wrapper.h index 7f37b28..2522719 100644 --- a/src/socket/net_mod_socket_wrapper.h +++ b/src/socket/net_mod_socket_wrapper.h @@ -39,12 +39,12 @@ int net_mod_socket_force_bind(void * _socket, int key); /** - * 鍙戦�佷俊鎭� + * 鍙戦�佷俊鎭�,鍙戦�佸畬鎴愭墠杩斿洖 * @key 鍙戦�佺粰璋� * @return 0 鎴愬姛锛� 鍏朵粬鍊� 澶辫触鐨勯敊璇爜 */ int net_mod_socket_sendto(void *_socket, const void *buf, const int size, const int key); -// 鍙戦�佷俊鎭秴鏃惰繑鍥炪�� @sec 绉� 锛� @nsec 绾崇 +// 鍙戦�佷俊鎭紝 瓒呮椂杩斿洖銆� @sec 绉� 锛� @nsec 绾崇 int net_mod_socket_sendto_timeout(void *_socket, const void *buf, const int size, const int key, int sec, int nsec); // 鍙戦�佷俊鎭珛鍒昏繑鍥炪�� int net_mod_socket_sendto_nowait(void *_socket, const void *buf, const int size, const int key); -- Gitblit v1.8.0