OctopusLian / leetcode-solutions

LeetCode,LintCode,牛客网,企业题库,《Sword to Offer》,《Cracking the Coding Interview》题解
MIT License
4 stars 4 forks source link

每日一题:谈一下TCP的拥塞控制。(京东金融) #200

Closed OctopusLian closed 2 years ago

OctopusLian commented 4 years ago

https://www.jianshu.com/p/17b73e359c3f 慢开始(从1开始)、拥塞避免、快重传(3ACK重传)、快恢复(从ssthresh门限开始)。指数增长(<慢开始门限ssthresh),加法增长,乘法减小。