4 Star 3 Fork 26

OpenHarmony/third_party_libwebsockets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WARNING.txt 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
maosiping 提交于 2024-08-22 11:00 . fix sync cnt
Add this line after upgrade:
lws_plat_set_socket_options(struct lws_vhost *vhost, int fd, int unix_skt)
{
int max_retry = 2;
if (setsockopt(fd, IPPROTO_TCP, TCP_SYNCNT, &max_retry, sizeof(max_retry)) < 0) {
return 1;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_libwebsockets.git
git@gitee.com:openharmony/third_party_libwebsockets.git
openharmony
third_party_libwebsockets
third_party_libwebsockets
master

搜索帮助