[单选题]对于int WSAAPI select(int nfds, fd_set *readfds, //检查可读性集合 fd_set *writefds, fd_set *exceptfds, const struct timeval *timeout)函数,如果timeout值为NULL,则其含义为:( )。
竞赛题库
|
2023-10-27 16:25:11
|
15
[单选题]对于int WSAAPI select(int nfds, fd_set *readfds, //检查可读性集合 fd_set *writefds, fd_set *exceptfds, const struct timeval *timeout)函数,如果timeout值为NULL,则其含义为:( )。

A.等待超时后或者条件满足后返回。
B.select()调用后立即返回。
C.select将会无限阻塞,直到网络事件发生。
D.调用该函数会返回0。
查看答案

西南科技大学

网络程序设计

您可能感兴趣的试题
TOP