Skip to content

SYN是标志位,不是序号 #32

Description

@Morrow7

在你的md中“TCP模块还会生成一个网络包的序号(SYN),这个序号是唯一的,这个序号就说用来让服务器进行确认的”,我认为这里把SYN和序号搞混了,序号指的是 Initial Sequence Number(ISN,初始序列号),是一个 32 位数字。而我认为正确说法应该是客户端发送 SYN=1 的包,包里携带一个初始序号(ISN),服务器用确认号(ACK)来确认收到了这个序号。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions