gpt4 book ai didi

c - 如何从 send 迁移到 writev?

转载 作者:太空宇宙 更新时间:2023-11-04 01:27:16 25 4
gpt4 key购买 nike

我有很多

send(fd, buf, len, MSG_DONTWAIT | MSG_NOSIGNAL)

我想合并成一个

writev(fd, iov, iovcnt)

但是,writev 无法识别 flags 参数。在这种情况下如何设置套接字选项?

最佳答案

查找 sendmsg 系统调用。它具有 send 的所有功能以及 writev 的所有功能(加上一些您不会使用但没关系的其他东西)

关于c - 如何从 send 迁移到 writev?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29014205/

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