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.
假设在 C 中实现。如果中间链路发生故障,则 TCP 连接正在通过该链路发送数据。两端的socket会不会立即变得无法发送和接收数据?
如果链接在 5-6 秒后出现,可以使用相同的套接字来发送和接收数据包吗?
TCP/IP 协议套件旨在通过不可靠的链接工作。如果连接在几秒钟后恢复,应用程序只会注意到吞吐量下降。