CS 144 check3: the TCP sender时间:2024-12-17 18:00:29现在,在check3中,您将实现连接的另一边。TCPSender是一种工具,它从出站字节流转换为将成为不可靠数据报的有效负载的段。 TCP sender的任务是确保receiver至少收到每个bytes一次。任务: 1、跟踪window size 2、填满window 3、跟踪有哪些片段receiver没有回应, 这些片段叫做outstanding片段 4、重新发送outstanding片段。