2013年3月2日

TCP拥塞控制算法 — CUBIC的补丁(七)

摘要: 描述 以下是提交者Stephen Hemminger对这个patch的描述: limit delayed_ack ratio to prevent divide error TCP Cubic keeps a metirc that estimates the amount of delay... 阅读全文

posted @ 2013-03-02 17:32 张大大123 阅读(178) 评论(0) 推荐(0) 编辑

TCP拥塞控制算法 — CUBIC的补丁(六)

摘要: 描述 以下是提交者Sangtae Ha对这个patch的描述: HyStart sets the initial exit point of slow start. Suppose that HyStart exits at 0.5BDP in a BDP network and no hi... 阅读全文

posted @ 2013-03-02 17:31 张大大123 阅读(204) 评论(0) 推荐(0) 编辑

TCP拥塞控制算法 — CUBIC的补丁(五)

摘要: 描述 以下是提交者Sangtae Ha对这个patch的描述: make the delay threshold of HyStart less sensitive Make HyStart less sensitive to abrupt delay variations due to b... 阅读全文

posted @ 2013-03-02 17:31 张大大123 阅读(167) 评论(0) 推荐(0) 编辑

TCP拥塞控制算法 — CUBIC的补丁(四)

摘要: 描述 以下是提交者Stephen Hemminger对这个patch的描述: enable high resolution ack time if needed This is a refined version of an earlier patch by Lucas Nussbaum. ... 阅读全文

posted @ 2013-03-02 17:31 张大大123 阅读(217) 评论(0) 推荐(0) 编辑

TCP拥塞控制算法 — CUBIC的补丁(三)

摘要: 描述 以下是提交者Stephen Hemminger对这个patch的描述: fix clock dependency The hystart code was written with assumption that HZ=1000. Replace the use of jiffies ... 阅读全文

posted @ 2013-03-02 17:30 张大大123 阅读(260) 评论(0) 推荐(0) 编辑

TCP拥塞控制算法 — CUBIC的补丁(二)

摘要: 描述 以下是提交者Stephen Hemminger对这个patch的描述: make ack train delta value a parameter Make the spacing between ACK's that indicates a train a tuneable val... 阅读全文

posted @ 2013-03-02 17:28 张大大123 阅读(290) 评论(0) 推荐(0) 编辑

TCP拥塞控制算法 — CUBIC的补丁(一)

摘要: cubic从2.6.37到3.0之间有7个patch,从3.0到3.8(当前最新版本)中无patch。 描述 以下是提交者Stephen Hemminger对这个patch的描述: fix comparison of jiffies Jiffies wraps around theref... 阅读全文

posted @ 2013-03-02 17:27 张大大123 阅读(432) 评论(0) 推荐(0) 编辑

导航