gpt4 book ai didi

c - C send()到套接字和select()函数

转载 作者:行者123 更新时间:2023-12-03 11:51:30 26 4
gpt4 key购买 nike

我想send(socketfd, ...),我正在使用select()函数。该文件描述符应该在writefds中还是在readfds中?

最佳答案

readfds用于要读取的套接字,writefds用于要写入的套接字。所以writefds在您的情况下。

关于c - C send()到套接字和select()函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7531661/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com