Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要找到为文件描述符设置的套接字选项。
例如,accept 调用返回一个 FD。我设置了一些套接字选项。然后我需要确定是否真的为 FD 设置了套接字选项。
PS: setsockopt 没有返回错误,但是 fd 的行为与选项不符。因此我需要验证这一点。
您可以简单地调用getsockopt().
getsockopt()