Qiu-Weidong / Qiu-Weidong.github.io

个人博客
0 stars 0 forks source link

TCP分析 | 邱维东 #85

Open Qiu-Weidong opened 1 year ago

Qiu-Weidong commented 1 year ago

https://qiu-weidong.github.io/2022/11/17/net/tcp/

字段含义 pkt_seqno 此TCP连接中所有报文的序号,可与Wireshark截获的报文对应。 pkt_type 报文类型。 RorS_seqno 发送报文序号或接收报文序号。 snd_ssthresh 慢启动门限值(字节) snd_cwnd 发送方拥塞窗口(以MSS为单位) rcv_wnd 目前接收方通告窗口(字节) snd_wnd_left 发送窗口左边沿(字节) snd_wnd_poi