Location:
Search - fd_set
Search list
Description: fd_set参数:一个用于检查可读性(readfds),一个用于检查可写性(writefds),另一个用于例外数据(exceptfds)。从根本上说,
fd_set数据类型代表着一系列特定套接字的集合-fd_set parameters : a check for readability (readfds) one could write a check for (writefds) Another exception for the data (exceptfds). Fundamentally speaking, fd_set data types represent the range of specific set of socket
Platform: |
Size: 142237 |
Author: 黄妮丽 |
Hits:
Description: Select()系统调用及 文件描述符集fd_set的应用.rar-Select () system call and file descriptors set fd_set applications. Rar
Platform: |
Size: 1673 |
Author: 魏秦 |
Hits:
Description: Select()系统调用及 文件描述符集fd_set的应用.rar-Select () system call and file descriptors set fd_set applications. Rar
Platform: |
Size: 1024 |
Author: 魏秦 |
Hits:
Description: fd_set参数:一个用于检查可读性(readfds),一个用于检查可写性(writefds),另一个用于例外数据(exceptfds)。从根本上说,
fd_set数据类型代表着一系列特定套接字的集合-fd_set parameters : a check for readability (readfds) one could write a check for (writefds) Another exception for the data (exceptfds). Fundamentally speaking, fd_set data types represent the range of specific set of socket
Platform: |
Size: 142336 |
Author: 黄妮丽 |
Hits:
Description: 1. WinSock学习笔记(一) 2
2. WinSock学习笔记(二) 11
3. 使用CSockets进行文件传送 17
4. 基于UDP的网络通迅程序 19
5. 点对点多线程断点续传的实现 22
6. Windows Socket 网络编程(一) 34
7. Windows Socket 网络编程(二) 36
8. Windows Sockets 网络编程(三) 40
9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44
10. 深入 CSocket 编程之阻塞和非阻塞模式 57
-#define FD_SETSIZE 64?
typedef struct fd_set {
u_int fd_count /* how many are SET?*/
SOCKET fd_array[FD_SETSIZE] /* an array of SOCKETs*/
} fd_set
Platform: |
Size: 190464 |
Author: netdavid |
Hits:
Description: C直接读取dbf文件,RS-232-C端口实时监控软件的设计实现,Select()系统调用及 文件描述符集fd_set的应用,Socket接口实现网络异步通信,用C程序挽救Foxmail中的邮件-C to directly read dbf file, RS-232-C port real-time monitoring software design and implementation, Select () system call and file descriptor set fd_set application, Socket asynchronous communication network interface, using C application in the mail to save Foxmail
Platform: |
Size: 3759104 |
Author: jzt |
Hits:
Description: we have to pay the price of having an array here, unlike with bitmasks calling twice FD_SET with the same fd is not transparent, so be careful.
Platform: |
Size: 2048 |
Author: vafonvh |
Hits: