gpt4 book ai didi

node.js - Node : does socket data need reassemble and prepend length for packet boundary?

转载 作者:可可西里 更新时间:2023-11-01 02:57:38 26 4
gpt4 key购买 nike

我正在构建一个 TCP 服务器。我有一些问题:

在nodejs中,socket接收数据时的事件:

  1. 是否需要注意数据包顺序是否正确,换句话说,tcp 数据包重组是如何处理的?它是否已由底层操作系统或 Nodejs 处理?或者我需要自己重新组装?

  2. nodejs 会自动处理数据包边界吗?意思是,是可能的:

    • 在一个数据事件中接收多个数据包
    • 一个数据包分布在多个数据事件中

最佳答案

Do need to take care whether the packet order is correct, in other words, how the tcp packets reassemble is handled? Is it handled already by the underlying OS or Nodejs? Or I need to do reassemble myself?

它由 TCP 处理。

Will nodejs take care the packet boundary automatically? Meaning, is the possible:

  • receive multiple packets in one data event
  • one packet spread in multiple data events

TCP/IP 是一种字节流协议(protocol)。应用程序看不到数据包或数据包边界。

关于node.js - Node : does socket data need reassemble and prepend length for packet boundary?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48603414/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com