Does TCP increase its congestion window when Dup Acks arrive? [closed]

六眼飞鱼酱① 提交于 2019-12-08 07:48:51

问题


When 3 Duplicate Acks arrive TCP halves its congestion window, but when only 1 or 2 Duplicate Acks arrives what does TCP do ? Does it increase the congestion window like any other non duplicate Ack ?


回答1:


That reaction to 3 duplicate acks is in TCP Reno. When it receives 1 or 2 duplicate ACK's it shouldn't do anything. The increase of the congestion window occurs after original ACK's are received because they indicate the communication is good and TCP is tries to get to the maximum possible throughput.



来源:https://stackoverflow.com/questions/32954156/does-tcp-increase-its-congestion-window-when-dup-acks-arrive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!