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.
我想设置套接字的选项,如 no_delay 并保持活动状态。
我需要在服务器端和客户端都调用函数 setsockopt 还是只在服务器端或客户端调用此函数?
这两个选项都适用于发送。如果希望双方在发送时使用 TCP_NODELAY 和 keepalive,则在双方都设置。在keep-alive的情况下,仅将其设置在一端就足够了。
服务器端和客户端都需要套接字..如果它的服务器套接字选项在服务器套接字选项中设置它..客户端也是如此..它就像在两端设置电话选项进行配置一样。