git: tcp: Simplify "extended limited transmit" logic a little bit

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue May 22 22:58:12 PDT 2012


commit db421eef83a00c3087f8a06d03b513b3d26df877
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Wed May 23 13:44:52 2012 +0800

    tcp: Simplify "extended limited transmit" logic a little bit
    
    Don't follow the RFC4653 or RFC3517bis's "extended limited transmit"
    description verbatimly; increase cwnd once and let tcp_output() do
    the job.

Summary of changes:
 sys/netinet/tcp_input.c |   28 +++++++++++++---------------
 1 files changed, 13 insertions(+), 15 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/db421eef83a00c3087f8a06d03b513b3d26df877


-- 
DragonFly BSD source repository





More information about the Commits mailing list