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.
我想解释这个问题的一种方法是为什么 HTTP 不能只使用 UDP?TCP 提供的哪些特定功能是 HTTP 明确要求的?
排序、非重复、完整性、大型有效载荷的步调……与其他任何人真正需要的一样。几年前有一个举措,为适合单个数据报的微小有效负载提供基于 UDP 的 HTTP,并且响应同样如此,但是大多数 HTTP 有效负载对于一个数据报来说太大了,因此失去了意义。