如果没有分帧机制,一端接收到的数据可能比另外一端发送的数据多或少(这会将一次写操作划分成多次操作,或者将多次写操作合并到一个读操作中)。
Without framing, a peer may receive more or less than was sent (splitting up a write or aggregating multiple writes into a single read).
如果没有分帧机制,一端接收到的数据可能比另外一端发送的数据多或少(这会将一次写操作划分成多次操作,或者将多次写操作合并到一个读操作中)。
Without framing, a peer may receive more or less than was sent (splitting up a write or aggregating multiple writes into a single read).
应用推荐