int ioctlsocket (
);
- s
- [in] A descriptor identifying a socket. cmd
- [in] The command to perform on the socket s. argp
- [in/out] A pointer to a parameter for cmd.
本文介绍如何通过ioctlsocket函数设置套接字为非阻塞模式,包括使用的参数及意义,并展示了具体的C/C++代码示例。
int ioctlsocket (
);
1480

被折叠的 条评论
为什么被折叠?