优化接口命名

This commit is contained in:
xiongziliang
2020-03-06 11:11:27 +08:00
parent a89e81d3f3
commit d35f1d0bfe
3 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ API_EXPORT void* API_CALL mk_tcp_session_get_user_data(mk_tcp_session session);
* @param port 监听端口号0则为随机
* @param type 服务器类型
*/
API_EXPORT uint16_t API_CALL mk_tcp_server_server_start(uint16_t port, mk_tcp_type type);
API_EXPORT uint16_t API_CALL mk_tcp_server_start(uint16_t port, mk_tcp_type type);
/**
* 监听tcp服务器事件