lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] [lwip] TCP Congestion Avoidance Bug


From: yeoh yeow
Subject: [lwip-users] [lwip] TCP Congestion Avoidance Bug
Date: Wed, 08 Jan 2003 22:52:41 -0000

I came accross the following code and curious abt it:

/* Update the congestion control variables (cwnd and
         ssthresh). */
if(pcb->cwnd + pcb->mss * pcb->mss / pcb->cwnd > pcb->cwnd) {
            pcb->cwnd += pcb->mss * pcb->mss / pcb->cwnd;
          }

why ignore 1/8 of pcb->mss ?

Please advice..

regards
chun yepw




_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]