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.
recvfrom()是否可以使用SOCK_DGRAM基于套接字的方式接收任何空有效负载?服务器只对客户端标头感兴趣,以便将其发回一条消息(即单个消息,仅发送协议)。
recvfrom()
SOCK_DGRAM
从套接字 API 的角度来看,0 大小的数据报是完全有效的,至少协议 IP、UDP、UNIX:可以发送和接收它们。