51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#pselect
UNIX网络编程读书笔记:pselect函数
函数原型pselect函数是由POSIX发明的,其原型如下:#include<sys/select.h>#include<signal.h>#include<time.h>intpselect(intmaxfdpl,fd_set*readset,fd_set*writeset,fd_...
代码星球
·
2021-02-21
UNIX
网络编程
读书
笔记
pselect
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他