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.
我有一个向服务器发送消息的客户端套接字。每当服务器收到消息时,我都希望在客户端得到确认。是否有可能获得这种认可。我使用 apache mina 开发了客户端。提前致谢。
TCP 中没有消息,只有一个字节流。有一个内部 ACK 机制可以跟踪正确接收了多少流,但它对应用程序不可用。如果您想从服务器获得确认,您的服务器将不得不发送它。