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.
我需要通过 Internet 发送可靠和不可靠的数据包。我不能使用 TCP 和 UDP,因为这会导致 TCP 饥饿/UDP 优势效应。有关此效果的更多信息,请查看此链接中的“混合 TCP 和 UDP”部分。因此,我需要实现可靠的 UDP。我想让UDP面向连接。我需要创建虚拟电路以使 UDP 面向连接。这可能吗?有没有更好的方法来做到这一点?