1 Star 1 Fork 0

liuyuanlin/IoTP2PGate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
IoTP2PGate.h 922 Bytes
一键复制 编辑 原始数据 按行查看 历史
MisakaMikoto128 提交于 2022-02-08 20:40 . 允许多太设备连接
#ifndef _IOTP2PGATE_H_
#define _IOTP2PGATE_H_
/*************************************************************************
> File Name: tcp_sever.c
> Author: LiuYuanlin
> Mail:
> Created Time: Thu 26 Aug 2021 12:39:54 AM PDT
************************************************************************/
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <pthread.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <fcntl.h>
#include <stdlib.h>
#include <sys/types.h> /* See NOTES */
#include <sys/socket.h>
#include <netinet/tcp.h>
#include <stdbool.h>
#include <errno.h>
#define FD_LIST_SIZE 100
#define MAX_TCP_CONNECTIONS 100
extern int fd_list[FD_LIST_SIZE];
void init_fd_list();
void *thread_rev(void *arg);
#define isSocketFDValid(sock) ((sock) > 0)
//file descriptor flag
#define INVALID_FD -1
#endif // _IOTP2PGATE_H_
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/liuyuanlin6445/IoTP2PGate.git
[email protected]:liuyuanlin6445/IoTP2PGate.git
liuyuanlin6445
IoTP2PGate
IoTP2PGate
master

搜索帮助