TCP guarantees that data is delivered in order (which is a good thing, considering TCP is a streamprotocol).
TCP可以确保数据是按照次序发送的(考虑到TCP是一种流协议,这是一件好事)。
3
Even then, the implementations of TCP (for a streamprotocol) or UDP (for a message-based protocol) serve as useful models for starting out with new development.