TCP和SCTP

1、tcp包头 一、源端口、目的端口source port destination port 各占两个字节,分别写入源端口和目的端口。 二、序列号sequence number 4个字节,不会从0或1开始,只是在创建链接时的SYN包里随机生成一个初始序列号。 三、确认号acknowledgement number 4个字节,是指望收到对方下一个报文的第一个数据字节的序号。ack=seq+1 四、数
相关文章
相关标签/搜索