Cstardust / BlogComments

BlogComments
1 stars 0 forks source link

计算机网络-CS144-lab2 | 不落辰 #55

Open Cstardust opened 1 year ago

Cstardust commented 1 year ago

https://cstardust.github.io/2023/01/01/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C-CS144-lab2/

一言以蔽之 lab2实现的tcp receiver (0) 转换stream_idx ,abs_seq ,seq(属于内部功能) (1) 利用 StreamReassembler对 接收到的segment进行重组 并压入bytestream (2) 填充receive_window的相关信息:ackno , window_size, 从而实现flow-control流量控制 (3) 根据